C# 클래스 Calyptus.Lob.TextReaderClob

상속: Clob
파일 보기 프로젝트 열기: sebmarkbage/calyptus.lob 1 사용 예제들

공개 메소드들

메소드 설명
Equals ( Clob clob ) : bool
OpenReader ( ) : TextReader
TextReaderClob ( Stream stream, Encoding encoding ) : System.IO
TextReaderClob ( TextReader reader ) : System.IO

메소드 상세

Equals() 공개 메소드

public Equals ( Clob clob ) : bool
clob Clob
리턴 bool

OpenReader() 공개 메소드

public OpenReader ( ) : TextReader
리턴 TextReader

TextReaderClob() 공개 메소드

public TextReaderClob ( Stream stream, Encoding encoding ) : System.IO
stream Stream
encoding System.Text.Encoding
리턴 System.IO

TextReaderClob() 공개 메소드

public TextReaderClob ( TextReader reader ) : System.IO
reader TextReader
리턴 System.IO