borland Packages Class Hierarchy datastore Package Index
java.lang.Object +----java.io.OutputStream +----borland.datastore.FileOutStream
Properties MethodsThe FileOutStream 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. This releases resources held by the DataStore.
Overrides: java.io.OutputStream.close()
public void write(byte[] buf, int offset, int length)Writes the specified length bytes from buf starting at offset.
Overrides: java.io.OutputStream.write(byte[], int, int)
public void write(int b)Writes to the file stream.
Overrides: java.io.OutputStream.write(int)