| Package | Description | 
|---|---|
| org.apache.commons.compress.archivers.zip | Provides stream classes for reading and writing archives using
      the ZIP format. | 
| Modifier and Type | Field and Description | 
|---|---|
| static ZipShort | ResourceAlignmentExtraField. IDExtra field id used for storing alignment and padding. | 
| static ZipShort | UnicodeCommentExtraField. UCOM_ID | 
| static ZipShort | UnicodePathExtraField. UPATH_ID | 
| static ZipShort | ZipShort. ZEROZipShort with a value of 0. | 
| Modifier and Type | Method and Description | 
|---|---|
| ZipShort | UnrecognizedExtraField. getCentralDirectoryLength()Get the central data length. | 
| ZipShort | AsiExtraField. getCentralDirectoryLength()Delegate to local file data. | 
| ZipShort | Zip64ExtendedInformationExtraField. getCentralDirectoryLength() | 
| ZipShort | ZipExtraField. getCentralDirectoryLength()Length of the extra field in the central directory - without
 Header-ID or length specifier. | 
| ZipShort | X7875_NewUnix. getCentralDirectoryLength()Length of the extra field in the central directory data - without
 Header-ID or length specifier. | 
| ZipShort | AbstractUnicodeExtraField. getCentralDirectoryLength() | 
| ZipShort | X000A_NTFS. getCentralDirectoryLength()Length of the extra field in the local file data - without
 Header-ID or length specifier. | 
| ZipShort | JarMarker. getCentralDirectoryLength()Length of the extra field in the central directory - without
 Header-ID or length specifier. | 
| ZipShort | ResourceAlignmentExtraField. getCentralDirectoryLength() | 
| ZipShort | UnparseableExtraFieldData. getCentralDirectoryLength()Length of the complete extra field in the central directory. | 
| ZipShort | X5455_ExtendedTimestamp. getCentralDirectoryLength()Length of the extra field in the local file data - without
 Header-ID or length specifier. | 
| ZipShort | PKWareExtraHeader. getCentralDirectoryLength()Get the central data length. | 
| ZipShort | UnrecognizedExtraField. getHeaderId()Get the header id. | 
| ZipShort | UnicodePathExtraField. getHeaderId() | 
| ZipShort | AsiExtraField. getHeaderId()The Header-ID. | 
| ZipShort | Zip64ExtendedInformationExtraField. getHeaderId() | 
| ZipShort | UnicodeCommentExtraField. getHeaderId() | 
| ZipShort | ZipExtraField. getHeaderId()The Header-ID. | 
| ZipShort | X7875_NewUnix. getHeaderId()The Header-ID. | 
| ZipShort | X000A_NTFS. getHeaderId()The Header-ID. | 
| ZipShort | JarMarker. getHeaderId()The Header-ID. | 
| ZipShort | ResourceAlignmentExtraField. getHeaderId() | 
| ZipShort | UnparseableExtraFieldData. getHeaderId()The Header-ID. | 
| ZipShort | X5455_ExtendedTimestamp. getHeaderId()The Header-ID. | 
| ZipShort | PKWareExtraHeader. getHeaderId()Get the header id. | 
| ZipShort | UnrecognizedExtraField. getLocalFileDataLength()Get the length of the local data. | 
| ZipShort | AsiExtraField. getLocalFileDataLength()Length of the extra field in the local file data - without
 Header-ID or length specifier. | 
| ZipShort | Zip64ExtendedInformationExtraField. getLocalFileDataLength() | 
| ZipShort | ZipExtraField. getLocalFileDataLength()Length of the extra field in the local file data - without
 Header-ID or length specifier. | 
| ZipShort | X7875_NewUnix. getLocalFileDataLength()Length of the extra field in the local file data - without
 Header-ID or length specifier. | 
| ZipShort | AbstractUnicodeExtraField. getLocalFileDataLength() | 
| ZipShort | X000A_NTFS. getLocalFileDataLength()Length of the extra field in the local file data - without
 Header-ID or length specifier. | 
| ZipShort | JarMarker. getLocalFileDataLength()Length of the extra field in the local file data - without
 Header-ID or length specifier. | 
| ZipShort | ResourceAlignmentExtraField. getLocalFileDataLength() | 
| ZipShort | UnparseableExtraFieldData. getLocalFileDataLength()Length of the complete extra field in the local file data. | 
| ZipShort | X5455_ExtendedTimestamp. getLocalFileDataLength()Length of the extra field in the local file data - without
 Header-ID or length specifier. | 
| ZipShort | PKWareExtraHeader. getLocalFileDataLength()Get the length of the local data. | 
| Modifier and Type | Method and Description | 
|---|---|
| static ZipExtraField | ExtraFieldUtils. createExtraField(ZipShort headerId)Create an instance of the appropriate ExtraField, falls back to
  UnrecognizedExtraField. | 
| ZipExtraField | 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. | 
| Constructor and Description | 
|---|
| PKWareExtraHeader(ZipShort headerId) | 
Copyright © 2018 The Apache Software Foundation. All rights reserved.