| Package | Description |
|---|---|
| org.apache.commons.compress.archivers.zip |
Provides stream classes for reading and writing archives using the ZIP format.
|
| Modifier and Type | Field and Description |
|---|---|
static ZipEightByteInteger |
ZipEightByteInteger.ZERO
|
| Modifier and Type | Method and Description |
|---|---|
ZipEightByteInteger |
Zip64ExtendedInformationExtraField.getCompressedSize()
The compressed size stored in this extra field.
|
ZipEightByteInteger |
Zip64ExtendedInformationExtraField.getRelativeHeaderOffset()
The relative header offset stored in this extra field.
|
ZipEightByteInteger |
Zip64ExtendedInformationExtraField.getSize()
The uncompressed size stored in this extra field.
|
| Modifier and Type | Method and Description |
|---|---|
void |
Zip64ExtendedInformationExtraField.setCompressedSize(ZipEightByteInteger
The uncompressed size stored in this extra field.
|
void |
Zip64ExtendedInformationExtraField.setRelativeHeaderOffset(ZipEightByteInteger
The relative header offset stored in this extra field.
|
void |
Zip64ExtendedInformationExtraField.setSize(ZipEightByteInteger
The uncompressed size stored in this extra field.
|
| Constructor and Description | |
|---|---|
Zip64ExtendedInformationExtraField(ZipEightByteInteger
Creates an extra field based on the original and compressed size.
|
|
Zip64ExtendedInformationExtraField(ZipEightByteInteger
Creates an extra field based on all four possible values.
|