|
Class Summary |
| CipherSettings |
This class contains cipher settings that are used by this library to implement
password based encryption. |
| Entry |
An Entry is the underlying link between the file system and a VFSFile or VFSRepository. |
| LowLevelManager |
Provides random access to the archive file. |
| SectorType |
This class is intended to be used much like an enum. |
| VFSCondenser |
This class contains tools for shrinking the virtual file system by re-arranging and/or
discarding empty sectors at the end of the vfs archive file. |
| VFSFile |
This class represents the Virtual-File-System equivalent of a java.io.File. |
| VFSInputStream |
This class provides an InputStream for reading from a file in the VFS. |
| VFSOutputStream |
This class provides an OutputStream for writing to a file in the VFS. |
| VFSRepository |
This class represents the Virtual-File-System equivalent of a java.io.File
being used as a directory. |
| VFSSector |
A Sector is X bytes of contiguous data, where X is one of six sizes; Header,
Small, Medium, Large, Jumbo, Giant. |
| VFSValidator |
This class is used to validate a VFS archive. |
| VirtualFileSystem |
This class is the typical entry-point for working with virtual file systems. |