C# Class Nxdb.Io.InnerTextReader

Inheritance: TextReader
显示文件 Open project: daveaglick/Nxdb

Public Methods

Method Description
InnerTextReader ( IEnumerator textNodes ) : System
Peek ( ) : int
Read ( ) : int
Read ( char buffer, int index, int count ) : int
ReadBlock ( char buffer, int index, int count ) : int
ReadLine ( ) : string
ReadToEnd ( ) : string

Private Methods

Method Description
FillBuffer ( ) : bool

Method Details

InnerTextReader() public method

public InnerTextReader ( IEnumerator textNodes ) : System
textNodes IEnumerator
return System

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

ReadBlock() public method

public ReadBlock ( 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