Package | Description |
---|---|
org.zeroturnaround.zip.extra |
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 central data length.
|
ZipShort |
AsiExtraField.getCentralDirectoryLength()
Delegate to local file data.
|
ZipShort |
ZipExtraField.getHeaderId()
The Header-ID.
|
ZipShort |
UnrecognizedExtraField.getHeaderId()
Get the header id.
|
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 the local data.
|
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 appropriate ExtraField, falls back to
UnrecognizedExtraField . |
void |
UnrecognizedExtraField.setHeaderId(ZipShort headerId)
Set the header id.
|
Copyright © 2017 ZeroTurnaround. All rights reserved.