C# Class cadencii.cp932reader

Inheritance: IDisposable
Exibir arquivo Open project: cadencii/cadencii Class Usage Examples

Public Methods

Method Description
Close ( ) : void
Dispose ( ) : void
Peek ( ) : int
ReadLine ( ) : string
ReadToEnd ( ) : string
cp932reader ( Stream stream ) : System
cp932reader ( string path ) : System

Private Methods

Method Description
cp932reader ( ) : System
get_line ( byte &line ) : bool

Method Details

Close() public method

public Close ( ) : void
return void

Dispose() public method

public Dispose ( ) : void
return void

Peek() public method

public Peek ( ) : int
return int

ReadLine() public method

public ReadLine ( ) : string
return string

ReadToEnd() public method

public ReadToEnd ( ) : string
return string

cp932reader() public method

public cp932reader ( Stream stream ) : System
stream Stream
return System

cp932reader() public method

public cp932reader ( string path ) : System
path string
return System