db4o

Blob Methods

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

Public Instance Methods

getFileName returns the name of the file the blob was stored to.
getStatus returns the status after the last read- or write-operation.
readFrom reads a file into the db4o system and stores it as a blob.
readLocal reads a file into the db4o system and stores it as a blob.
writeLocal writes stored blob data to a file.
writeTo writes stored blob data to a file.

See Also

Blob Interface | com.db4o.types Namespace