| AbstractUnicodeExtraField |
A common base class for Unicode extra information extra fields.
|
| BinaryTree |
Binary tree of positive values.
|
| BitStream |
Iterates over the bits of an InputStream.
|
| CharsetAccessor |
An interface added to allow access to the character set associated with an NioZipEncoding,
without requiring a new method to be added to ZipEncoding.
|
| CircularBuffer |
Circular byte buffer.
|
| ExtraFieldParsingBehavior |
Controls details of parsing zip extra fields.
|
| ExtraFieldUtils.UnparseableExtraField |
"enum" for the possible actions to take if the extra field
cannot be parsed.
|
| GeneralPurposeBit |
Parser/encoder for the "general purpose bit" field in ZIP's local
file and central directory headers.
|
| JarMarker |
If this extra field is added as the very first extra field of the
archive, Solaris will consider it an executable jar file.
|
| PKWareExtraHeader |
Base class for all PKWare strong crypto extra headers.
|
| PKWareExtraHeader.EncryptionAlgorithm |
Encryption algorithm.
|
| PKWareExtraHeader.HashAlgorithm |
Hash Algorithm
|
| ScatterStatistics |
Provides information about a scatter compression run.
|
| ScatterZipOutputStream |
A zip output stream that is optimized for multi-threaded scatter/gather construction of zip files.
|
| ScatterZipOutputStream.CompressedEntry |
|
| ScatterZipOutputStream.ZipEntryWriter |
|
| StreamCompressor |
Encapsulates a Deflater and crc calculator, handling multiple types of output streams.
|
| UnixStat |
Constants from stat.h on Unix systems.
|
| UnparseableExtraFieldBehavior |
Handles extra field data that doesn't follow the recommended
pattern for extra fields with a two-byte key and a two-byte length.
|
| UnparseableExtraFieldData |
Wrapper for extra field data that doesn't conform to the recommended format of header-tag + size + data.
|
| UnsupportedZipFeatureException |
Exception thrown when attempting to read or write data for a zip
entry that uses ZIP features not supported by this library.
|
| UnsupportedZipFeatureException.Feature |
ZIP Features that may or may not be supported.
|
| Zip64ExtendedInformationExtraField |
Holds size and other extended information for entries that use Zip64
features.
|
| Zip64Mode |
|
| Zip64RequiredException |
Exception thrown when attempting to write data that requires Zip64
support to an archive and UseZip64 has been set to Never.
|
| ZipArchiveEntry |
Extension that adds better handling of extra fields and provides
access to the internal and external file attributes.
|
| ZipArchiveEntry.CommentSource |
Indicates how the comment of this entry has been determined.
|
| ZipArchiveEntry.ExtraFieldParsingMode |
How to try to parse the extra fields.
|
| ZipArchiveEntry.NameSource |
Indicates how the name of this entry has been determined.
|
| ZipArchiveEntryPredicate |
A predicate to test if a #ZipArchiveEntry matches a criteria.
|
| ZipArchiveEntryRequest |
A Thread-safe representation of a ZipArchiveEntry that is used to add entries to parallel archives.
|
| ZipArchiveEntryRequestSupplier |
|
| ZipArchiveInputStream.CurrentEntry |
Structure collecting information for the entry that is
currently being read.
|
| ZipArchiveOutputStream |
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.
|
| ZipArchiveOutputStream.CurrentEntry |
Structure collecting information for the entry that is
currently being written.
|
| ZipArchiveOutputStream.EntryMetaData |
|
| ZipArchiveOutputStream.UnicodeExtraFieldPolicy |
enum that represents the possible policies for creating Unicode
extra fields.
|
| ZipEightByteInteger |
Utility class that represents an eight byte integer with conversion
rules for the little endian byte order of ZIP files.
|
| ZipEncoding |
An interface for encoders that do a pretty encoding of ZIP
file names.
|
| ZipExtraField |
General format of extra field data.
|
| ZipFile |
Replacement for java.util.ZipFile.
|
| ZipFile.NameAndComment |
|
| ZipLong |
Utility class that represents a four byte integer with conversion
rules for the little endian byte order of ZIP files.
|
| ZipMethod |
List of known compression methods
Many of these methods are currently not supported by commons compress
|
| ZipShort |
Utility class that represents a two byte integer with conversion
rules for the little endian byte order of ZIP files.
|