C# Class SDE.Tools.DatabaseEditor.Writers.LineStreamReader.NullStreamReader

Inheritance: System.IO.StreamReader
Show file Open project: Tokeiburu/RagnarokSDE

Public Methods

Method Description
Peek ( ) : int
Read ( ) : int
Read ( char buffer, int index, int count ) : int
ReadLine ( ) : String
ReadToEnd ( ) : String

Protected Methods

Method Description
Dispose ( bool disposing ) : void

Private Methods

Method Description
NullStreamReader ( ) : System

Method Details

Dispose() protected method

protected Dispose ( bool disposing ) : void
disposing bool
return void

Peek() public method

public Peek ( ) : int
return int

Read() public method

public Read ( ) : int
return int

Read() public method

public Read ( char buffer, int index, int count ) : int
buffer char
index int
count int
return int

ReadLine() public method

public ReadLine ( ) : String
return String

ReadToEnd() public method

public ReadToEnd ( ) : String
return String