|
Joutsen Persistence v0.3.0+1-ga730d6d
|
A base class for streaming data to a database. More...
Public Member Functions | |
| abstract ReadOnlyStream | OpenReader () |
| Provides read access to the data of this Blob by providing a stream. More... | |
| virtual void | WriteTo (Stream output) |
| Writes the data of this Blob to a stream. More... | |
A base class for streaming data to a database.
|
pure virtual |
Provides read access to the data of this Blob by providing a stream.
Implemented in Joutsen.Persistence.Lobs.StreamBlob.
|
virtual |
Writes the data of this Blob to a stream.
| output | the stream to write the data to |