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 and Description |
---|---|
private static ZipShort |
AsiExtraField.HEADER_ID |
private ZipShort |
UnrecognizedExtraField.m_headerID
The Header-ID.
|
Modifier and Type | Method and Description |
---|---|
ZipShort |
ZipExtraField.getCentralDirectoryLength()
Length of the extra field in the central directory - without Header-ID or
length specifier.
|
ZipShort |
UnrecognizedExtraField.getCentralDirectoryLength()
Get the length of the central directory in bytes.
|
ZipShort |
AsiExtraField.getCentralDirectoryLength()
Delegate to local file data.
|
ZipShort |
ZipExtraField.getHeaderID()
The Header-ID.
|
ZipShort |
UnrecognizedExtraField.getHeaderID()
Get the HeaderID.
|
ZipShort |
AsiExtraField.getHeaderID()
The Header-ID.
|
ZipShort |
ZipExtraField.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 |
AsiExtraField.getLocalFileDataLength()
Length of the extra field in the local file data - without Header-ID or
length specifier.
|
Modifier and Type | Method and 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.
|