|
Class Summary |
| AsiExtraField |
Adds Unix file permission and UID/GID fields as well as symbolic
link handling. |
| DeflatedOutputStream |
DeflatedOutputStream compresses data using the DEFLATED compression method. |
| ExtraFieldUtils |
ZipExtraField related methods. |
| JarMarker |
If this extra field is added as the very first extra field of the
archive, Solaris will consider it an executable jar file. |
| StoredOutputStream |
StoredOutputStream compresses data using the STORED compression method (i.e. |
| UnrecognizedExtraField |
Simple placeholder for all those extra fields we don't want to deal
with. |
| ZipBuffer |
ZipBuffer is a C struct-like class that holds byte buffers that are used to convert Java values to Big Endian byte
arrays. |
| ZipEntry |
Extension that adds better handling of extra fields and provides
access to the internal and external file attributes. |
| ZipEntryOutputStream |
ZipEntryOutputStream is an abstract OutputStream used for compressing a Zip entry's data to an
underlying OutputStream. |
| ZipFile |
This class is a replacement for java.util.ZipFile with some extra functionalities:
Ability to add or remove entries 'on-the-fly', i.e. |
| ZipLong |
Utility class that represents a four byte integer with conversion
rules for the big endian byte order of ZIP files. |
| ZipOutputStream |
Reimplementation of java.util.zip.ZipOutputStream that handles the extended
functionality of this package, especially internal/external file attributes and extra fields with different layouts
for local file data and central directory entries. |
| ZipShort |
Utility class that represents a two byte integer with conversion
rules for the big endian byte order of ZIP files. |