borland Packages Class Hierarchy datastore Package
FileStream class
java.lang.Object
+----java.io.InputStream
+----com.borland.datastore.BlobStream
+----com.borland.datastore.FileStream
About the FileStream class
Properties Methods
Arbitrary files stored in a DataStore are accessed via the
FileStream class. It provides full read/write/seek access to
the file.
See also: DataStoreConnection.createFileStream(), DataStoreConnection.openFileStream()
FileStream properties
*Read-only properties **Write-only properties
Properties implemented in java.lang.Object
FileStream methods
Methods implemented in this class
Methods implemented in java.io.InputStream
Methods implemented in java.lang.Object
- clone()
- equals(java.lang.Object)
- finalize()
- hashCode()
- notify()
- notifyAll()
- toString()
- wait()
- wait(long)
- wait(long, int)
FileStream methods
close()
public void close()
Closes the file stream and releases resources held by the DataStore.
Overrides:
java.io.InputStream.close()
write(byte[], int, int)
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.