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 TypeFieldDescriptionprivate static final ZipShort
AsiExtraField.HEADER_ID
private static final ZipShort
UnparseableExtraFieldData.HEADER_ID
private static final ZipShort
X000A_NTFS.HEADER_ID
private static final ZipShort
X5455_ExtendedTimestamp.HEADER_ID
private static final ZipShort
X7875_NewUnix.HEADER_ID
(package private) static final ZipShort
Zip64ExtendedInformationExtraField.HEADER_ID
private final ZipShort
PKWareExtraHeader.headerId
private ZipShort
UnrecognizedExtraField.headerId
The Header-ID.private static final ZipShort
JarMarker.ID
static final ZipShort
ResourceAlignmentExtraField.ID
Extra field id used for storing alignment and padding.private static final ZipShort
JarMarker.NULL
private static final ZipShort
X000A_NTFS.TIME_ATTR_SIZE
private static final ZipShort
X000A_NTFS.TIME_ATTR_TAG
static final ZipShort
UnicodeCommentExtraField.UCOM_ID
static final ZipShort
UnicodePathExtraField.UPATH_ID
private static final ZipShort
X7875_NewUnix.ZERO
static final ZipShort
ZipShort.ZERO
ZipShort with a value of 0.Fields in org.apache.commons.compress.archivers.zip with type parameters of type ZipShortModifier and TypeFieldDescriptionExtraFieldUtils.implementations
Static 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()
Get the central data length.ResourceAlignmentExtraField.getCentralDirectoryLength()
UnparseableExtraFieldData.getCentralDirectoryLength()
Length of the complete extra field in the central directory.UnrecognizedExtraField.getCentralDirectoryLength()
Get the central data length.X000A_NTFS.getCentralDirectoryLength()
Length of the extra field in the local file data - without Header-ID or length specifier.X5455_ExtendedTimestamp.getCentralDirectoryLength()
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()
Get the header id.ResourceAlignmentExtraField.getHeaderId()
UnicodeCommentExtraField.getHeaderId()
UnicodePathExtraField.getHeaderId()
UnparseableExtraFieldData.getHeaderId()
The Header-ID.UnrecognizedExtraField.getHeaderId()
Get the header id.X000A_NTFS.getHeaderId()
The Header-ID.X5455_ExtendedTimestamp.getHeaderId()
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()
Get the length of the local data.ResourceAlignmentExtraField.getLocalFileDataLength()
UnparseableExtraFieldData.getLocalFileDataLength()
Length of the complete extra field in the local file data.UnrecognizedExtraField.getLocalFileDataLength()
Get the length of the local data.X000A_NTFS.getLocalFileDataLength()
Length of the extra field in the local file data - without Header-ID or length specifier.X5455_ExtendedTimestamp.getLocalFileDataLength()
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 ZipExtraField
ExtraFieldUtils.createExtraField
(ZipShort headerId) Create an instance of the appropriate ExtraField, falls back toUnrecognizedExtraField
.ZipArchiveEntry.ExtraFieldParsingMode.createExtraField
(ZipShort headerId) static ZipExtraField
ExtraFieldUtils.createExtraFieldNoDefault
(ZipShort headerId) Create an instance of the appropriate ExtraField.private ZipExtraField
ZipArchiveEntry.findMatching
(ZipShort headerId, List<ZipExtraField> fs) ZipArchiveEntry.getExtraField
(ZipShort type) Looks up an extra field by its header id.void
ZipArchiveEntry.removeExtraField
(ZipShort type) Remove an extra field.void
UnrecognizedExtraField.setHeaderId
(ZipShort headerId) Set the header id.Constructors in org.apache.commons.compress.archivers.zip with parameters of type ZipShort