reads a file into the db4o system and stores it as a blob.
[Visual Basic] Sub readLocal( _ ByVal file As File _ ) [C#] void readLocal( File file ); [C++] void readLocal( File* file ); [JScript] function readLocal( File file );
reads a file into the db4o system and stores it as a blob.
db4o will use the local file system in Client/Server mode also.
Exception Type | Condition |
---|---|
IOException | in case of errors |
Blob Interface | com.db4o.types Namespace