C# Class Yamool.CWSharp.RewindStringReader

Inheritance: IDisposable
Mostra file Open project: zhengchun/CWSharp Class Usage Examples

Public Methods

Method Description
Dispose ( ) : void
Peek ( ) : char
Read ( ) : char
Read ( int count ) : char[]
RewindStringReader ( string s, bool ignoreCase ) : System
Seek ( int offset ) : void

Private Methods

Method Description
Dispose ( bool disposing ) : void
Normalize ( char ch ) : char
RewindStringReader ( ) : System

Method Details

Dispose() public method

public Dispose ( ) : void
return void

Peek() public method

public Peek ( ) : char
return char

Read() public method

public Read ( ) : char
return char

Read() public method

public Read ( int count ) : char[]
count int
return char[]

RewindStringReader() public method

public RewindStringReader ( string s, bool ignoreCase ) : System
s string
ignoreCase bool
return System

Seek() public method

public Seek ( int offset ) : void
offset int
return void