Package | Description |
---|---|
org.apache.commons.compress.archivers.zip |
Zip Utilities that extend JDK zip classes by adding better
handling of extra fields.
|
Modifier and Type | Field | Description |
---|---|---|
private static ZipShort |
AsiExtraField.HEADER_ID |
|
private ZipShort |
UnrecognizedExtraField.m_headerID |
The Header-ID.
|
Modifier and Type | Method | Description |
---|---|---|
ZipShort |
AsiExtraField.getCentralDirectoryLength() |
Delegate to local file data.
|
ZipShort |
UnrecognizedExtraField.getCentralDirectoryLength() |
Get the length of the central directory in bytes.
|
ZipShort |
ZipExtraField.getCentralDirectoryLength() |
Length of the extra field in the central directory - without Header-ID or
length specifier.
|
ZipShort |
AsiExtraField.getHeaderID() |
The Header-ID.
|
ZipShort |
UnrecognizedExtraField.getHeaderID() |
Get the HeaderID.
|
ZipShort |
ZipExtraField.getHeaderID() |
The Header-ID.
|
ZipShort |
AsiExtraField.getLocalFileDataLength() |
Length of the extra field in the local file data - without Header-ID or
length specifier.
|
ZipShort |
UnrecognizedExtraField.getLocalFileDataLength() |
Get the length of local file data in bytes.
|
ZipShort |
ZipExtraField.getLocalFileDataLength() |
Length of the extra field in the local file data - without Header-ID or
length specifier.
|
Modifier and Type | Method | Description |
---|---|---|
static ZipExtraField |
ExtraFieldUtils.createExtraField(ZipShort headerID) |
Create an instance of the approriate ExtraField, falls back to
UnrecognizedExtraField . |
void |
ZipEntry.removeExtraField(ZipShort type) |
Remove an extra fields.
|
void |
UnrecognizedExtraField.setHeaderID(ZipShort headerID) |
Set the header ID.
|