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 ZipShortAsiExtraField. HEADER_IDprivate ZipShortUnrecognizedExtraField. m_headerIDThe Header-ID.Methods in org.apache.commons.compress.archivers.zip that return ZipShort Modifier and Type Method Description ZipShortAsiExtraField. getCentralDirectoryLength()Delegate to local file data.ZipShortUnrecognizedExtraField. getCentralDirectoryLength()Get the length of the central directory in bytes.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 HeaderID.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 local file data in bytes.ZipShortZipExtraField. 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 ZipExtraFieldExtraFieldUtils. createExtraField(ZipShort headerID)Create an instance of the approriate ExtraField, falls back toUnrecognizedExtraField.voidZipEntry. removeExtraField(ZipShort type)Remove an extra fields.voidUnrecognizedExtraField. setHeaderID(ZipShort headerID)Set the header ID.
-