Uses of Class
org.apache.commons.compress.archivers.zip.ZipShort
Packages that use ZipShort
Package
Description
Provides stream classes for reading and writing archives using the ZIP format.
-
Uses of ZipShort in org.apache.commons.compress.archivers.zip
Fields in org.apache.commons.compress.archivers.zip declared as ZipShortModifier and TypeFieldDescription(package private) static final ZipShortAsiExtraField.HEADER_IDprivate static final ZipShortUnparseableExtraFieldData.HEADER_IDstatic final ZipShortX000A_NTFS.HEADER_IDThe header ID for this extra field.(package private) static final ZipShortX0014_X509Certificates.HEADER_ID(package private) static final ZipShortX0015_CertificateIdForFile.HEADER_ID(package private) static final ZipShortX0016_CertificateIdForCentralDirectory.HEADER_ID(package private) static final ZipShortX0017_StrongEncryptionHeader.HEADER_ID(package private) static final ZipShortX0019_EncryptionRecipientCertificateList.HEADER_IDstatic final ZipShortX5455_ExtendedTimestamp.HEADER_IDThe header ID for this extra field.(package private) static final ZipShortX7875_NewUnix.HEADER_ID(package private) static final ZipShortZip64ExtendedInformationExtraField.HEADER_IDprivate final ZipShortPKWareExtraHeader.headerIdprivate ZipShortUnrecognizedExtraField.headerIdThe Header-ID.(package private) static final ZipShortJarMarker.IDstatic final ZipShortResourceAlignmentExtraField.IDExtra field id used for storing alignment and padding.private static final ZipShortJarMarker.NULLprivate static final ZipShortX000A_NTFS.TIME_ATTR_SIZEprivate static final ZipShortX000A_NTFS.TIME_ATTR_TAGstatic final ZipShortUnicodeCommentExtraField.UCOM_IDstatic final ZipShortUnicodePathExtraField.UPATH_IDprivate static final ZipShortX7875_NewUnix.ZEROstatic final ZipShortZipShort.ZEROZipShort with a value of 0.Fields in org.apache.commons.compress.archivers.zip with type parameters of type ZipShortModifier and TypeFieldDescriptionprivate final Function<ZipShort, ZipExtraField> ZipArchiveEntry.extraFieldFactoryprivate static final ConcurrentMap<ZipShort, Supplier<ZipExtraField>> ExtraFieldUtils.IMPLEMENTATIONSStatic registry of known extra fields.Methods in org.apache.commons.compress.archivers.zip that return ZipShortModifier and TypeMethodDescriptionAbstractUnicodeExtraField.getCentralDirectoryLength()AsiExtraField.getCentralDirectoryLength()Delegate to local file data.JarMarker.getCentralDirectoryLength()Length of the extra field in the central directory - without Header-ID or length specifier.PKWareExtraHeader.getCentralDirectoryLength()Gets the central data length.ResourceAlignmentExtraField.getCentralDirectoryLength()UnparseableExtraFieldData.getCentralDirectoryLength()Length of the complete extra field in the central directory.UnrecognizedExtraField.getCentralDirectoryLength()Gets the central data length.X000A_NTFS.getCentralDirectoryLength()Gets the length of the extra field in the local file data - without Header-ID or length specifier.X5455_ExtendedTimestamp.getCentralDirectoryLength()Gets the length of the extra field in the local file data - without Header-ID or length specifier.X7875_NewUnix.getCentralDirectoryLength()Length of the extra field in the central directory data - without Header-ID or length specifier.Zip64ExtendedInformationExtraField.getCentralDirectoryLength()ZipExtraField.getCentralDirectoryLength()Length of the extra field in the central directory - without Header-ID or length specifier.AsiExtraField.getHeaderId()The Header-ID.JarMarker.getHeaderId()The Header-ID.PKWareExtraHeader.getHeaderId()Gets the header id.ResourceAlignmentExtraField.getHeaderId()UnicodeCommentExtraField.getHeaderId()UnicodePathExtraField.getHeaderId()UnparseableExtraFieldData.getHeaderId()The Header-ID.UnrecognizedExtraField.getHeaderId()Gets the header id.X000A_NTFS.getHeaderId()Gets the Header-ID.X5455_ExtendedTimestamp.getHeaderId()Gets the Header-ID.X7875_NewUnix.getHeaderId()The Header-ID.Zip64ExtendedInformationExtraField.getHeaderId()ZipExtraField.getHeaderId()The Header-ID.AbstractUnicodeExtraField.getLocalFileDataLength()AsiExtraField.getLocalFileDataLength()Length of the extra field in the local file data - without Header-ID or length specifier.JarMarker.getLocalFileDataLength()Length of the extra field in the local file data - without Header-ID or length specifier.PKWareExtraHeader.getLocalFileDataLength()Gets the length of the local data.ResourceAlignmentExtraField.getLocalFileDataLength()UnparseableExtraFieldData.getLocalFileDataLength()Length of the complete extra field in the local file data.UnrecognizedExtraField.getLocalFileDataLength()Gets the length of the local data.X000A_NTFS.getLocalFileDataLength()Gets the length of the extra field in the local file data - without Header-ID or length specifier.X5455_ExtendedTimestamp.getLocalFileDataLength()Gets the length of the extra field in the local file data - without Header-ID or length specifier.X7875_NewUnix.getLocalFileDataLength()Length of the extra field in the local file data - without Header-ID or length specifier.Zip64ExtendedInformationExtraField.getLocalFileDataLength()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 ZipShortModifier and TypeMethodDescriptionExtraFieldParsingBehavior.createExtraField(ZipShort headerId) Creates an instance of ZipExtraField for the given id.static ZipExtraFieldExtraFieldUtils.createExtraField(ZipShort headerId) Creates an instance of the appropriate ExtraField, falls back toUnrecognizedExtraField.ZipArchiveEntry.ExtraFieldParsingMode.createExtraField(ZipShort headerId) static ZipExtraFieldExtraFieldUtils.createExtraFieldNoDefault(ZipShort headerId) Creates an instance of the appropriateZipExtraField.private ZipExtraFieldZipArchiveEntry.findMatching(ZipShort headerId, List<ZipExtraField> fs) ZipArchiveEntry.getExtraField(ZipShort type) Gets an extra field by its header id.private voidZipArchiveEntry.internalRemoveExtraField(ZipShort type) voidZipArchiveEntry.removeExtraField(ZipShort type) Remove an extra field.voidUnrecognizedExtraField.setHeaderId(ZipShort headerId) Sets the header id.Method parameters in org.apache.commons.compress.archivers.zip with type arguments of type ZipShortModifier and TypeMethodDescriptionZipArchiveInputStream.setExtraFieldSupport(Function<ZipShort, ZipExtraField> extraFieldSupport) Currently unused.Constructors in org.apache.commons.compress.archivers.zip with parameters of type ZipShortConstructor parameters in org.apache.commons.compress.archivers.zip with type arguments of type ZipShortModifierConstructorDescriptionprivateZipArchiveEntry(Function<ZipShort, ZipExtraField> extraFieldFactory, File inputFile, String entryName) Creates a new ZIP entry taking some information from the given file and using the provided name.privateZipArchiveEntry(Function<ZipShort, ZipExtraField> extraFieldFactory, String name) Creates a new ZIP entry with the specified name.privateZipArchiveEntry(Function<ZipShort, ZipExtraField> extraFieldFactory, Path inputPath, String entryName, LinkOption... options) Creates a new ZIP entry taking some information from the given path and using the provided name.privateZipArchiveEntry(Function<ZipShort, ZipExtraField> extraFieldFactory, ZipEntry entry) Creates a new ZIP entry with fields taken from the specified ZIP entry.