C# Class Calyptus.Lob.TextReaderClob.ClobReader

Inheritance: TextReader
Show file Open project: sebmarkbage/calyptus.lob

Public Methods

Method Description
ClobReader ( TextReaderClob clob ) : System.IO
Close ( ) : void
Peek ( ) : int
Read ( ) : int
Read ( char buffer, int index, int count ) : int
ReadBlock ( char buffer, int index, int count ) : int
ReadLine ( ) : string
ReadToEnd ( ) : string

Protected Methods

Method Description
Dispose ( bool disposing ) : void

Private Methods

Method Description
ThrowClosed ( ) : void

Method Details

ClobReader() public method

public ClobReader ( TextReaderClob clob ) : System.IO
clob TextReaderClob
return System.IO

Close() public method

public Close ( ) : void
return void

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

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