db4o

Blob.writeLocal Method 

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
);

Parameters

file
the file the blob is to be written to.

Remarks

writes stored blob data to a file.

db4o will use the local file system in Client/Server mode also.

Exceptions

Exception TypeCondition
IOException in case of errors and in case no blob data was stored

See Also

Blob Interface | com.db4o.types Namespace