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 ZipShortAsiExtraField. HEADER_IDprivate ZipShortUnrecognizedExtraField. headerIdThe 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. implementationsStatic registry of known extra fields.Methods in org.zeroturnaround.zip.extra that return ZipShort Modifier and Type Method Description ZipShortAsiExtraField. getCentralDirectoryLength()Delegate to local file data.ZipShortUnrecognizedExtraField. getCentralDirectoryLength()Get the central data length.ZipShortZipExtraField. getCentralDirectoryLength()Length of the extra field in the central directory - without Header-ID or length specifier.ZipShortAsiExtraField. getHeaderId()The Header-ID.ZipShortUnrecognizedExtraField. getHeaderId()Get the header id.ZipShortZipExtraField. getHeaderId()The Header-ID.ZipShortAsiExtraField. getLocalFileDataLength()Length of the extra field in the local file data - without Header-ID or length specifier.ZipShortUnrecognizedExtraField. getLocalFileDataLength()Get the length of the local data.ZipShortZipExtraField. 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 ZipExtraFieldExtraFieldUtils. createExtraField(ZipShort headerId)Create an instance of the appropriate ExtraField, falls back toUnrecognizedExtraField.voidUnrecognizedExtraField. setHeaderId(ZipShort headerId)Set the header id.
-