borland Packages Class Hierarchy datastore Package
java.lang.Object +----java.io.OutputStream +----com.borland.datastore.FileOutStream
Properties Methods
The FileOutStream
provides read, write, and seek access for file streams stored in a DataStore
.
DataStore.open
public final void close()Closes the file stream. This 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
.
public void write(int b)Writes to the file stream.