Package org.at4j.zip

This package contains the ZipFile class and different ZipEntry implementations.

See:
          Description

Class Summary
ZipDirectoryEntry This object represents a directory entry in a Zip file.
ZipEntry This is an abstract base class for Zip entries.
ZipEntryCentralFileHeaderData This bean contains the data stored about a Zip entry in the Zip file central directory..
ZipEntryCollaborator This collaborator object is used by a ZipEntry:s to access the file object that its parent ZipFile objects is built on.
ZipEntryLocalFileHeaderData This contains the subset of data from the local file header that cannot be found in the Zip entry's central directory record.
ZipFile A ZipFile is an Archive containing ZipEntry:s loaded from a file.
ZipFileContents This object contains the root entry of a Zip file and a map with the Zip file contents.
ZipFileEntry This object represents a file entry in a Zip archive.
ZipFileParser When it is created, a ZipFile uses a ZipFileParser instance to parse the contents of a Zip file.
ZipGeneralPurposeBitFlags This object contains boolean properties that represent the general purpose bit flags of a Zip entry.
ZipInternalFileAttributes This object represents a ZipEntry's internal file attributes.
ZipSymbolicLinkEntry This object represents a symbolic link entry in a Zip archive.
 

Enum Summary
ZipVersionMadeBy This is an enumeration over the different Zip implementations that can be used to create Zip files.
 

Exception Summary
ZipFileParseException This exception is thrown by the ZipFile object when a Zip file cannot be parsed.
 

Package org.at4j.zip Description

This package contains the ZipFile class and different ZipEntry implementations.

Since:
1.0
Author:
Karl Gustafsson