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
Mostrar archivo Open project: Tokeiburu/RagnarokSDE Class Usage Examples

Public Methods

Method Description
DebugStreamReader ( Stream stream ) : System.IO
DebugStreamReader ( Stream stream, Encoding encoding ) : System.IO
ReadLine ( ) : string

Method Details

DebugStreamReader() public method

public DebugStreamReader ( Stream stream ) : System.IO
stream System.IO.Stream
return System.IO

DebugStreamReader() public method

public DebugStreamReader ( Stream stream, Encoding encoding ) : System.IO
stream System.IO.Stream
encoding System.Text.Encoding
return System.IO

ReadLine() public method

public ReadLine ( ) : string
return string