| 程序包 | 说明 |
|---|---|
| com.sh.common.zip | |
| com.sh.util |
| 类和说明 |
|---|
| AbstractUnicodeExtraField
A common base class for Unicode extra information extra fields.
|
CentralDirectoryParsingZipExtraField
ZipExtraField that knows how to parse central
directory data. |
| ExtraFieldUtils.UnparseableExtraField
"enum" for the possible actions to take if the extra field cannot be
parsed.
|
| JarMarker
If this extra field is added as the very first extra field of the
archive, Solaris will consider it an executable jar file.
|
| UnixStat
Constants from stat.h on Unix systems.
|
| UnparseableExtraFieldData
Wrapper for extra field data that doesn't conform to the recommended format of header-tag + size + data.
|
| 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.
|
| ZipFile
Replacement for
java.util.ZipFile. |
| ZipOutputStream
Reimplementation of
java.util.zip.ZipOutputStream that does handle 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. |
| ZipOutputStream.UnicodeExtraFieldPolicy
enum that represents the possible policies for creating Unicode
extra fields.
|
| ZipShort
Utility class that represents a two byte integer with conversion
rules for the big endian byte order of ZIP files.
|
| 类和说明 |
|---|
| ZipFile
Replacement for
java.util.ZipFile. |