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

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

Blob Interface | com.db4o.types Namespace