See: Description
Class | Description |
---|---|
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 | |
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 | |
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 | Description |
---|---|
ZipVersionMadeBy |
This is an enumeration over the different Zip implementations that can be
used to create Zip files.
|
Exception | Description |
---|---|
ZipFileParseException |
This exception is thrown by the
ZipFile object when a Zip file cannot
be parsed. |