Uses of Class
org.apache.commons.compress.archivers.zip.ZipShort
-
Packages that use ZipShort Package Description 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
Fields in org.apache.commons.compress.archivers.zip declared as ZipShort Modifier and Type Field Description private static ZipShort
AsiExtraField. HEADER_ID
private ZipShort
UnrecognizedExtraField. m_headerID
The Header-ID.Methods in org.apache.commons.compress.archivers.zip that return ZipShort Modifier and Type Method Description ZipShort
AsiExtraField. getCentralDirectoryLength()
Delegate to local file data.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. getHeaderID()
The Header-ID.ZipShort
UnrecognizedExtraField. getHeaderID()
Get the HeaderID.ZipShort
ZipExtraField. getHeaderID()
The Header-ID.ZipShort
AsiExtraField. 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
ZipExtraField. 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 Modifier and Type Method Description static ZipExtraField
ExtraFieldUtils. createExtraField(ZipShort headerID)
Create an instance of the approriate ExtraField, falls back toUnrecognizedExtraField
.void
ZipEntry. removeExtraField(ZipShort type)
Remove an extra fields.void
UnrecognizedExtraField. setHeaderID(ZipShort headerID)
Set the header ID.
-