C# Class SDE.Tools.DatabaseEditor.Engines.Parsers.DebugStreamReader

This class is the same as a stream reader, except it keeps track of the current line.
Inheritance: System.IO.StreamReader
Afficher le fichier Open project: Tokeiburu/RagnarokSDE Class Usage Examples

Méthodes publiques

Méthode Description
DebugStreamReader ( Stream stream ) : System.IO
DebugStreamReader ( Stream stream, Encoding encoding ) : System.IO
ReadLine ( ) : string

Method Details

DebugStreamReader() public méthode

public DebugStreamReader ( Stream stream ) : System.IO
stream System.IO.Stream
Résultat System.IO

DebugStreamReader() public méthode

public DebugStreamReader ( Stream stream, Encoding encoding ) : System.IO
stream System.IO.Stream
encoding System.Text.Encoding
Résultat System.IO

ReadLine() public méthode

public ReadLine ( ) : string
Résultat string