db4o

IBlob Methods

The methods of the IBlob interface are listed below. For a complete list of IBlob interface members, see the IBlob Members topic.

Public Instance Methods

GetFileNamereturns the name of the file the blob was stored to.
GetStatusreturns the status after the last read- or write-operation.
ReadFromreads a file into the db4o system and stores it as a blob.
ReadLocalreads a file into the db4o system and stores it as a blob.
WriteLocalwrites stored blob data to a file.
WriteTowrites stored blob data to a file.

See Also

IBlob Interface | Db4objects.Db4o.Types Namespace