Uses of Package
com.zipxap.vfs

Packages that use com.zipxap.vfs
com.zipxap.vfs   
com.zipxap.vfs.dal.utility   
 

Classes in com.zipxap.vfs used by com.zipxap.vfs
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.
VFSFile
           This class represents the Virtual-File-System equivalent of a java.io.File.
VFSReindexListener
           This interface is used by the VirtualFileSystem to notify listeners that a change has occurred in the underlying structure of the file that would require it to re-index all of the VFSFile and VFSRepository objects.
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.
VirtualFileSystem
           This class is the typical entry-point for working with virtual file systems.
 

Classes in com.zipxap.vfs used by com.zipxap.vfs.dal.utility
VFSFile
           This class represents the Virtual-File-System equivalent of a java.io.File.