Uses of Class
org.apache.commons.compress.archivers.zip.ZipShort
-
Packages that use ZipShort Package Description org.apache.commons.compress.archivers.zip 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 ZipShort Modifier and Type Field Description (package private) static ZipShortAsiExtraField. HEADER_IDprivate static ZipShortUnparseableExtraFieldData. HEADER_IDstatic ZipShortX000A_NTFS. HEADER_IDThe header ID for this extra field.(package private) static ZipShortX0014_X509Certificates. HEADER_ID(package private) static ZipShortX0015_CertificateIdForFile. HEADER_ID(package private) static ZipShortX0016_CertificateIdForCentralDirectory. HEADER_ID(package private) static ZipShortX0017_StrongEncryptionHeader. HEADER_ID(package private) static ZipShortX0019_EncryptionRecipientCertificateList. HEADER_IDstatic ZipShortX5455_ExtendedTimestamp. HEADER_IDThe header ID for this extra field.(package private) static ZipShortX7875_NewUnix. HEADER_ID(package private) static ZipShortZip64ExtendedInformationExtraField. HEADER_IDprivate ZipShortPKWareExtraHeader. headerIdprivate ZipShortUnrecognizedExtraField. headerIdThe Header-ID.(package private) static ZipShortJarMarker. IDstatic ZipShortResourceAlignmentExtraField. IDExtra field id used for storing alignment and padding.private static ZipShortJarMarker. NULLprivate static ZipShortX000A_NTFS. TIME_ATTR_SIZEprivate static ZipShortX000A_NTFS. TIME_ATTR_TAGstatic ZipShortUnicodeCommentExtraField. UCOM_IDstatic ZipShortUnicodePathExtraField. UPATH_IDprivate static ZipShortX7875_NewUnix. ZEROstatic ZipShortZipShort. ZEROZipShort with a value of 0.Fields in org.apache.commons.compress.archivers.zip with type parameters of type ZipShort Modifier and Type Field Description private java.util.function.Function<ZipShort,ZipExtraField>ZipArchiveEntry. extraFieldFactoryprivate static java.util.concurrent.ConcurrentMap<ZipShort,java.util.function.Supplier<ZipExtraField>>ExtraFieldUtils. IMPLEMENTATIONSStatic registry of known extra fields.Methods in org.apache.commons.compress.archivers.zip that return ZipShort Modifier and Type Method Description ZipShortAbstractUnicodeExtraField. getCentralDirectoryLength()ZipShortAsiExtraField. getCentralDirectoryLength()Delegate to local file data.ZipShortJarMarker. getCentralDirectoryLength()Length of the extra field in the central directory - without Header-ID or length specifier.ZipShortPKWareExtraHeader. getCentralDirectoryLength()Gets the central data length.ZipShortResourceAlignmentExtraField. getCentralDirectoryLength()ZipShortUnparseableExtraFieldData. getCentralDirectoryLength()Length of the complete extra field in the central directory.ZipShortUnrecognizedExtraField. getCentralDirectoryLength()Gets the central data length.ZipShortX000A_NTFS. getCentralDirectoryLength()Gets the length of the extra field in the local file data - without Header-ID or length specifier.ZipShortX5455_ExtendedTimestamp. getCentralDirectoryLength()Gets the length of the extra field in the local file data - without Header-ID or length specifier.ZipShortX7875_NewUnix. getCentralDirectoryLength()Length of the extra field in the central directory data - without Header-ID or length specifier.ZipShortZip64ExtendedInformationExtraField. getCentralDirectoryLength()ZipShortZipExtraField. getCentralDirectoryLength()Length of the extra field in the central directory - without Header-ID or length specifier.ZipShortAsiExtraField. getHeaderId()The Header-ID.ZipShortJarMarker. getHeaderId()The Header-ID.ZipShortPKWareExtraHeader. getHeaderId()Gets the header id.ZipShortResourceAlignmentExtraField. getHeaderId()ZipShortUnicodeCommentExtraField. getHeaderId()ZipShortUnicodePathExtraField. getHeaderId()ZipShortUnparseableExtraFieldData. getHeaderId()The Header-ID.ZipShortUnrecognizedExtraField. getHeaderId()Gets the header id.ZipShortX000A_NTFS. getHeaderId()Gets the Header-ID.ZipShortX5455_ExtendedTimestamp. getHeaderId()Gets the Header-ID.ZipShortX7875_NewUnix. getHeaderId()The Header-ID.ZipShortZip64ExtendedInformationExtraField. getHeaderId()ZipShortZipExtraField. getHeaderId()The Header-ID.ZipShortAbstractUnicodeExtraField. getLocalFileDataLength()ZipShortAsiExtraField. getLocalFileDataLength()Length of the extra field in the local file data - without Header-ID or length specifier.ZipShortJarMarker. getLocalFileDataLength()Length of the extra field in the local file data - without Header-ID or length specifier.ZipShortPKWareExtraHeader. getLocalFileDataLength()Gets the length of the local data.ZipShortResourceAlignmentExtraField. getLocalFileDataLength()ZipShortUnparseableExtraFieldData. getLocalFileDataLength()Length of the complete extra field in the local file data.ZipShortUnrecognizedExtraField. getLocalFileDataLength()Gets the length of the local data.ZipShortX000A_NTFS. getLocalFileDataLength()Gets the length of the extra field in the local file data - without Header-ID or length specifier.ZipShortX5455_ExtendedTimestamp. getLocalFileDataLength()Gets the length of the extra field in the local file data - without Header-ID or length specifier.ZipShortX7875_NewUnix. getLocalFileDataLength()Length of the extra field in the local file data - without Header-ID or length specifier.ZipShortZip64ExtendedInformationExtraField. getLocalFileDataLength()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 ZipExtraFieldExtraFieldParsingBehavior. 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.ZipExtraFieldZipArchiveEntry.ExtraFieldParsingMode. createExtraField(ZipShort headerId)static ZipExtraFieldExtraFieldUtils. createExtraFieldNoDefault(ZipShort headerId)Creates an instance of the appropriateZipExtraField.private ZipExtraFieldZipArchiveEntry. findMatching(ZipShort headerId, java.util.List<ZipExtraField> fs)ZipExtraFieldZipArchiveEntry. 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 ZipShort Modifier and Type Method Description ZipArchiveInputStreamZipArchiveInputStream. setExtraFieldSupport(java.util.function.Function<ZipShort,ZipExtraField> extraFieldSupport)Currently unused.Constructors in org.apache.commons.compress.archivers.zip with parameters of type ZipShort Constructor Description PKWareExtraHeader(ZipShort headerId)Constructor parameters in org.apache.commons.compress.archivers.zip with type arguments of type ZipShort Constructor Description ZipArchiveEntry(java.util.function.Function<ZipShort,ZipExtraField> extraFieldFactory, java.io.File inputFile, java.lang.String entryName)Creates a new ZIP entry taking some information from the given file and using the provided name.ZipArchiveEntry(java.util.function.Function<ZipShort,ZipExtraField> extraFieldFactory, java.lang.String name)Creates a new ZIP entry with the specified name.ZipArchiveEntry(java.util.function.Function<ZipShort,ZipExtraField> extraFieldFactory, java.nio.file.Path inputPath, java.lang.String entryName, java.nio.file.LinkOption... options)Creates a new ZIP entry taking some information from the given path and using the provided name.ZipArchiveEntry(java.util.function.Function<ZipShort,ZipExtraField> extraFieldFactory, java.util.zip.ZipEntry entry)Creates a new ZIP entry with fields taken from the specified ZIP entry.
-