Uses of Class
org.zeroturnaround.zip.extra.ZipShort
Packages that use ZipShort
-
Uses of ZipShort in org.zeroturnaround.zip.extra
Fields in org.zeroturnaround.zip.extra declared as ZipShortModifier and TypeFieldDescriptionprivate static final ZipShortAsiExtraField.HEADER_IDprivate ZipShortUnrecognizedExtraField.headerIdThe Header-ID.Fields in org.zeroturnaround.zip.extra with type parameters of type ZipShortModifier and TypeFieldDescriptionExtraFieldUtils.implementationsStatic registry of known extra fields.Methods in org.zeroturnaround.zip.extra that return ZipShortModifier and TypeMethodDescriptionAsiExtraField.getCentralDirectoryLength()Delegate to local file data.UnrecognizedExtraField.getCentralDirectoryLength()Get the central data length.ZipExtraField.getCentralDirectoryLength()Length of the extra field in the central directory - without Header-ID or length specifier.AsiExtraField.getHeaderId()The Header-ID.UnrecognizedExtraField.getHeaderId()Get the header id.ZipExtraField.getHeaderId()The Header-ID.AsiExtraField.getLocalFileDataLength()Length of the extra field in the local file data - without Header-ID or length specifier.UnrecognizedExtraField.getLocalFileDataLength()Get the length of the local data.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 ZipShortModifier and TypeMethodDescriptionstatic ZipExtraFieldExtraFieldUtils.createExtraField(ZipShort headerId) Create an instance of the appropriate ExtraField, falls back toUnrecognizedExtraField.voidUnrecognizedExtraField.setHeaderId(ZipShort headerId) Set the header id.