writes stored blob data to a file.
[Visual Basic] Sub writeLocal( _ ByVal file As File _ ) [C#] void writeLocal( File file ); [C++] void writeLocal( File* file ); [JScript] function writeLocal( File file );
writes stored blob data to a file.
db4o will use the local file system in Client/Server mode also.
Exception Type | Condition |
---|---|
IOException | in case of errors and in case no blob data was stored |
Blob Interface | com.db4o.types Namespace