borland Packages Class Hierarchy datastore Package Index
java.lang.Object +----java.io.InputStream +----borland.datastore.BlobStream +----borland.datastore.FileStream
Properties MethodsThe FileStream class provides read, write, and seek access for file streams stored in a DataStore.
See Also: DataStore.open()
public final void close()Closes the file stream and releases resources held by the DataStore.
Overrides: java.io.InputStream.close()
public void write(byte[] buf, int offset, int length)Writes the specified length bytes from buf starting at offset.