C# Class Calyptus.Lob.StreamBlob

Inheritance: Blob
Show file Open project: sebmarkbage/calyptus.lob Class Usage Examples

Public Methods

Method Description
Equals ( Blob blob ) : bool
OpenReader ( ) : Stream
StreamBlob ( Stream stream ) : System.IO

Method Details

Equals() public method

public Equals ( Blob blob ) : bool
blob Blob
return bool

OpenReader() public method

public OpenReader ( ) : Stream
return Stream

StreamBlob() public method

public StreamBlob ( Stream stream ) : System.IO
stream Stream
return System.IO