| BaseStorageFactory |
This class provides a base for implementations of the StorageFactory interface.
|
| CPFile |
This class provides a class path based implementation of the StorageFile interface.
|
| CPStorageFactory |
This class provides a class path based implementation of the StorageFactory interface.
|
| DirFile |
This class provides a disk based implementation of the StorageFile interface.
|
| DirRandomAccessFile |
This class provides a disk based implementation of the StIRandomAccess File interface.
|
| DirStorageFactory |
This class provides a disk based implementation of the StorageFactory interface.
|
| InputStreamFile<F extends BaseStorageFactory> |
This class provides the base for read-only stream implementations of the StorageFile interface.
|
| JarDBFile |
This class provides a jar file based implementation of the StorageFile interface.
|
| JarStorageFactory |
This class provides a Jar file based implementation of the StorageFactory interface.
|
| URLFile |
This class provides a http based implementation of the StorageFile interface.
|
| URLStorageFactory |
This class provides a http based implementation of the StorageFactory interface.
|
| VFMemoryStorageFactory |
A storage factory for virtual files, where the contents of the files are
stored in main memory.
|