Package | Description |
---|---|
org.apache.commons.compress.archivers.zip |
Zip Utilities that extend JDK zip classes by adding better
handling of extra fields.
|
Class | Description |
---|---|
UnixStat |
Constants from stat.h on Unix systems.
|
ZipEntry |
Extension that adds better handling of extra fields and provides access to
the internal and external file attributes.
|
ZipExtraField |
General format of extra field data.
|
ZipLong |
Utility class that represents a four byte integer with conversion rules for
the big endian byte order of ZIP files.
|
ZipShort |
Utility class that represents a two byte integer with conversion rules for
the big endian byte order of ZIP files.
|