borland Packages Class Hierarchy datastore Package
java.lang.Object +----java.io.InputStream +----com.borland.datastore.BlobStream +----com.borland.datastore.FileStream
Properties Methods
Arbitrary files stored in a DataStore
are accessed via the
FileStream
class. It provides full read/write/seek access to
the file.
DataStoreConnection.createFileStream()
, DataStoreConnection.openFileStream()
public void close()Closes the file stream and releases resources held by the
DataStore
.
public void write(byte[] buf, int offset, int length)Writes the specified
length
bytes from buf
starting at
offset
into the current position in the file stream.