C# Class System.Xml.NonBlockingStreamReader

Inheritance: TextReader
Mostra file Open project: runefs/Marvin

Public Methods

Method Description
Close ( ) : void
DiscardBufferedData ( ) : void
NonBlockingStreamReader ( Stream stream, Encoding encoding ) : System
Peek ( ) : int
Read ( ) : int
Read ( [ dest_buffer, int index, int count ) : int
ReadLine ( ) : string
ReadToEnd ( ) : string

Protected Methods

Method Description
Dispose ( bool disposing ) : void

Private Methods

Method Description
FindNextEOL ( ) : int
ReadBuffer ( ) : int

Method Details

Close() public method

public Close ( ) : void
return void

DiscardBufferedData() public method

public DiscardBufferedData ( ) : void
return void

Dispose() protected method

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

NonBlockingStreamReader() public method

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

Peek() public method

public Peek ( ) : int
return int

Read() public method

public Read ( ) : int
return int

Read() public method

public Read ( [ dest_buffer, int index, int count ) : int
dest_buffer [
index int
count int
return int

ReadLine() public method

public ReadLine ( ) : string
return string

ReadToEnd() public method

public ReadToEnd ( ) : string
return string