db4o

Blob.readLocal Method 

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

Parameters

file
the file the blob is to be read from.

Remarks

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.

Exceptions

Exception TypeCondition
IOExceptionin case of errors

See Also

Blob Interface | com.db4o.types Namespace