Package | Description |
---|---|
org.codehaus.plexus.archiver.zip |
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 |
AsiExtraField.getCentralDirectoryLength()
Delegate to local file data.
|
ZipShort |
UnrecognizedExtraField.getCentralDirectoryLength() |
ZipShort |
ZipExtraField.getHeaderId()
The Header-ID.
|
ZipShort |
AsiExtraField.getHeaderId()
The Header-ID.
|
ZipShort |
UnrecognizedExtraField.getHeaderId() |
ZipShort |
ZipExtraField.getLocalFileDataLength()
Length of the extra field in the local file data - without
Header-ID or length specifier.
|
ZipShort |
AsiExtraField.getLocalFileDataLength()
Length of the extra field in the local file data - without
Header-ID or length specifier.
|
ZipShort |
UnrecognizedExtraField.getLocalFileDataLength() |
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) |
Copyright © 2001-2013 Codehaus. All Rights Reserved.