|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use ZipShort | |
org.apache.tools.zip |
Uses of ZipShort in org.apache.tools.zip |
Methods in org.apache.tools.zip that return ZipShort | |
ZipShort |
AsiExtraField.getHeaderId()
The Header-ID. |
ZipShort |
AsiExtraField.getLocalFileDataLength()
Length of the extra field in the local file data - without Header-ID or length specifier. |
ZipShort |
AsiExtraField.getCentralDirectoryLength()
Delegate to local file data. |
ZipShort |
JarMarker.getHeaderId()
The Header-ID. |
ZipShort |
JarMarker.getLocalFileDataLength()
Length of the extra field in the local file data - without Header-ID or length specifier. |
ZipShort |
JarMarker.getCentralDirectoryLength()
Length of the extra field in the central directory - without Header-ID or length specifier. |
ZipShort |
UnrecognizedExtraField.getHeaderId()
Get the header id. |
ZipShort |
UnrecognizedExtraField.getLocalFileDataLength()
Get the length of the local data. |
ZipShort |
UnrecognizedExtraField.getCentralDirectoryLength()
Get the central data length. |
ZipShort |
ZipExtraField.getHeaderId()
The Header-ID. |
ZipShort |
ZipExtraField.getLocalFileDataLength()
Length of the extra field in the local file data - without Header-ID or length specifier. |
ZipShort |
ZipExtraField.getCentralDirectoryLength()
Length of the extra field in the central directory - without Header-ID or length specifier. |
Methods in org.apache.tools.zip with parameters of type ZipShort | |
static ZipExtraField |
ExtraFieldUtils.createExtraField(ZipShort headerId)
Create an instance of the approriate ExtraField, falls back to UnrecognizedExtraField . |
void |
UnrecognizedExtraField.setHeaderId(ZipShort headerId)
Set the header id. |
void |
ZipEntry.removeExtraField(ZipShort type)
Remove an extra fields. |
|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |