| Interface | Description |
|---|---|
| AlignmentRule |
An alignment rule defines how to a file should be aligned in a zip, based on its name.
|
| Compressor |
A compressor is capable of, well, compressing data.
|
| ExtraField.Segment |
Field inside the extra field.
|
| VerifyLog |
The verify log contains verification messages.
|
| Class | Description |
|---|---|
| AlignmentRules |
Factory for instances of
AlignmentRule. |
| CentralDirectoryHeader |
The Central Directory Header contains information about files stored in the zip.
|
| CentralDirectoryHeaderCompressInfo |
Information stored in the
CentralDirectoryHeader that is related to compression and may
need to be computed lazily. |
| CompressionResult |
Result of compressing data.
|
| EncodeUtils |
Utilities to encode and decode file names in zips.
|
| ExtraField |
Contains an extra field.
|
| ExtraField.AlignmentSegment |
Segment with information on an alignment: this segment contains information on how an entry
should be aligned and contains zero-filled data to force alignment.
|
| ExtraField.RawDataSegment |
Segment of raw data: this class represents a general segment containing an array of bytes
as data.
|
| InflaterByteSource |
Byte source that inflates another byte source.
|
| LazyDelegateByteSource |
ByteSource that delegates all operations to another ByteSource. |
| ProcessedAndRawByteSources |
Container that has two bytes sources: one representing raw data and another processed data.
|
| StoredEntry |
A stored entry represents a file in the zip.
|
| ZFile |
The
ZFile provides the main interface for interacting with zip files. |
| ZFileExtension |
An extension of a
ZFile. |
| ZFileOptions |
Options to create a
ZFile. |
| Enum | Description |
|---|---|
| CompressionMethod |
Enumeration with all known compression methods.
|
| DataDescriptorType |
Type of data descriptor that an entry has.
|
| StoredEntryType |
Type of stored entry.
|