C# Class Calyptus.Lob.TextReaderClob

Inheritance: Clob
Afficher le fichier Open project: sebmarkbage/calyptus.lob Class Usage Examples

Méthodes publiques

Méthode Description
Equals ( Clob clob ) : bool
OpenReader ( ) : TextReader
TextReaderClob ( Stream stream, Encoding encoding ) : System.IO
TextReaderClob ( TextReader reader ) : System.IO

Method Details

Equals() public méthode

public Equals ( Clob clob ) : bool
clob Clob
Résultat bool

OpenReader() public méthode

public OpenReader ( ) : TextReader
Résultat TextReader

TextReaderClob() public méthode

public TextReaderClob ( Stream stream, Encoding encoding ) : System.IO
stream Stream
encoding System.Text.Encoding
Résultat System.IO

TextReaderClob() public méthode

public TextReaderClob ( TextReader reader ) : System.IO
reader TextReader
Résultat System.IO