C# 클래스 Calyptus.Lob.TextReaderClob.ClobReader

상속: TextReader
파일 보기 프로젝트 열기: sebmarkbage/calyptus.lob

공개 메소드들

메소드 설명
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

보호된 메소드들

메소드 설명
Dispose ( bool disposing ) : void

비공개 메소드들

메소드 설명
ThrowClosed ( ) : void

메소드 상세

ClobReader() 공개 메소드

public ClobReader ( TextReaderClob clob ) : System.IO
clob TextReaderClob
리턴 System.IO

Close() 공개 메소드

public Close ( ) : void
리턴 void

Dispose() 보호된 메소드

protected Dispose ( bool disposing ) : void
disposing bool
리턴 void

Peek() 공개 메소드

public Peek ( ) : int
리턴 int

Read() 공개 메소드

public Read ( ) : int
리턴 int

Read() 공개 메소드

public Read ( char buffer, int index, int count ) : int
buffer char
index int
count int
리턴 int

ReadBlock() 공개 메소드

public ReadBlock ( char buffer, int index, int count ) : int
buffer char
index int
count int
리턴 int

ReadLine() 공개 메소드

public ReadLine ( ) : string
리턴 string

ReadToEnd() 공개 메소드

public ReadToEnd ( ) : string
리턴 string