|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use ZipShort | |
---|---|
org.apache.commons.compress.archivers.zip | Zip Utilities that extend JDK zip classes by adding better handling of extra fields. |
Uses of ZipShort in org.apache.commons.compress.archivers.zip |
---|
Methods in org.apache.commons.compress.archivers.zip that return ZipShort | |
---|---|
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.getCentralDirectoryLength()
Delegate to local file data. |
ZipShort |
UnrecognizedExtraField.getHeaderID()
Get the HeaderID. |
ZipShort |
ZipExtraField.getHeaderID()
The Header-ID. |
ZipShort |
AsiExtraField.getHeaderID()
The Header-ID. |
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. |
ZipShort |
AsiExtraField.getLocalFileDataLength()
Length of the extra field in the local file data - without Header-ID or length specifier. |
Methods in org.apache.commons.compress.archivers.zip with parameters of type ZipShort | |
---|---|
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. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |