C# Class cadencii.cp932reader

Inheritance: IDisposable
Afficher le fichier Open project: cadencii/cadencii Class Usage Examples

Méthodes publiques

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

Private Methods

Méthode Description
cp932reader ( ) : System
get_line ( byte &line ) : bool

Method Details

Close() public méthode

public Close ( ) : void
Résultat void

Dispose() public méthode

public Dispose ( ) : void
Résultat void

Peek() public méthode

public Peek ( ) : int
Résultat int

ReadLine() public méthode

public ReadLine ( ) : string
Résultat string

ReadToEnd() public méthode

public ReadToEnd ( ) : string
Résultat string

cp932reader() public méthode

public cp932reader ( Stream stream ) : System
stream Stream
Résultat System

cp932reader() public méthode

public cp932reader ( string path ) : System
path string
Résultat System