C# Class Calyptus.Lob.StringClob

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

Public Methods

Method Description
Equals ( Clob clob ) : bool
OpenReader ( ) : TextReader
StringClob ( string text ) : System.IO
WriteTo ( TextWriter writer ) : void

Method Details

Equals() public method

public Equals ( Clob clob ) : bool
clob Clob
return bool

OpenReader() public method

public OpenReader ( ) : TextReader
return System.IO.TextReader

StringClob() public method

public StringClob ( string text ) : System.IO
text string
return System.IO

WriteTo() public method

public WriteTo ( TextWriter writer ) : void
writer System.IO.TextWriter
return void