Class Summary |
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. |
DirFile4 |
This class implements the StorageFile interface using features of Java 1.4 not available in earlier
versions of Java. |
DirRandomAccessFile |
This class provides a disk based implementation of the StIRandomAccess File interface. |
DirRandomAccessFile4 |
This class provides a disk based implementation of the StIRandomAccess File interface. |
DirStorageFactory |
This class provides a disk based implementation of the StorageFactory interface. |
DirStorageFactory4 |
This class implements the WritableStorageFactory interface using features found in Java 1.4 but
not in earlier versions of Java. |
InputStreamFile |
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 class path 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. |