AsiExtraField
View Source
|
Adds Unix file permission and UID/GID fields as well as symbolic
link handling.
|
ExtraFieldUtils
View Source
|
ZipExtraField related methods
|
JarMarker
View Source
|
If this extra field is added as the very first extra field of the
archive, Solaris will consider it an executable jar file.
|
UnixStat
View Source
|
Constants from stat.h on Unix systems.
|
UnrecognizedExtraField
View Source
|
Simple placeholder for all those extra fields we don't want to deal
with.
|
ZipEntry
View Source
|
Extension that adds better handling of extra fields and provides
access to the internal and external file attributes.
|
ZipExtraField
View Source
|
General format of extra field data.
|
ZipFile
View Source
|
Replacement for java.util.ZipFile .
|
ZipLong
View Source
|
Utility class that represents a four byte integer with conversion
rules for the big endian byte order of ZIP files.
|
ZipOutputStream
View Source
|
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.
|
ZipShort
View Source
|
Utility class that represents a two byte integer with conversion
rules for the big endian byte order of ZIP files.
|