writes stored blob data to a file.
[Visual Basic] Sub writeTo( _ ByVal file As File _ ) [C#] void writeTo( File file ); [C++] void writeTo( File* file ); [JScript] function writeTo( File file );
writes stored blob data to a file.
In Client/Server mode db4o will open an additional socket and process writing data in an additional thread.
Exception Type | Condition |
---|---|
IOException | in case of errors and in case no blob data was stored |
Blob Interface | com.db4o.types Namespace