Uses of Class
org.zeroturnaround.zip.extra.ZipShort
-
Packages that use ZipShort Package Description org.zeroturnaround.zip.extra -
-
Uses of ZipShort in org.zeroturnaround.zip.extra
Fields in org.zeroturnaround.zip.extra declared as ZipShort Modifier and Type Field Description private static ZipShort
AsiExtraField. HEADER_ID
private ZipShort
UnrecognizedExtraField. headerId
The Header-ID.Fields in org.zeroturnaround.zip.extra with type parameters of type ZipShort Modifier and Type Field Description private static java.util.Map<ZipShort,java.lang.Class<?>>
ExtraFieldUtils. implementations
Static registry of known extra fields.Methods in org.zeroturnaround.zip.extra that return ZipShort Modifier and Type Method Description ZipShort
AsiExtraField. getCentralDirectoryLength()
Delegate to local file data.ZipShort
UnrecognizedExtraField. getCentralDirectoryLength()
Get the central data length.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 header id.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 the local data.ZipShort
ZipExtraField. getLocalFileDataLength()
Length of the extra field in the local file data - without Header-ID or length specifier.Methods in org.zeroturnaround.zip.extra with parameters of type ZipShort Modifier and Type Method Description static ZipExtraField
ExtraFieldUtils. createExtraField(ZipShort headerId)
Create an instance of the appropriate ExtraField, falls back toUnrecognizedExtraField
.void
UnrecognizedExtraField. setHeaderId(ZipShort headerId)
Set the header id.
-