Interface | Description |
---|---|
StorageFactory |
This interface provides basic storage functions needed for read only databases.
|
StorageFile |
This interface abstracts file naming.
|
StorageRandomAccessFile |
This interface abstracts an object that implements reading and writing on a random access
file.
|
WritableStorageFactory |
This interface extends StorageFactory to provide read/write access to storage.
|