Commons Compress 1.5-redhat-1

Uses of Class
org.apache.commons.compress.archivers.zip.ZipShort

Packages that use ZipShort
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
static ZipShort UnicodeCommentExtraField.UCOM_ID
           
static ZipShort UnicodePathExtraField.UPATH_ID
           
 

Methods in org.apache.commons.compress.archivers.zip that return ZipShort
 ZipShort Zip64ExtendedInformationExtraField.getCentralDirectoryLength()
          Length of the extra field in the central directory - without Header-ID or length specifier.
 ZipShort UnrecognizedExtraField.getCentralDirectoryLength()
          Get the central data length.
 ZipShort X7875_NewUnix.getCentralDirectoryLength()
          Length of the extra field in the central directory data - without Header-ID or length specifier.
 ZipShort ZipExtraField.getCentralDirectoryLength()
          Length of the extra field in the central directory - without Header-ID or length specifier.
 ZipShort AsiExtraField.getCentralDirectoryLength()
          Delegate to local file data.
 ZipShort AbstractUnicodeExtraField.getCentralDirectoryLength()
          Length of the extra field in the central directory - 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 X5455_ExtendedTimestamp.getCentralDirectoryLength()
          Length of the extra field in the local file data - without Header-ID or length specifier.
 ZipShort UnparseableExtraFieldData.getCentralDirectoryLength()
          Length of the complete extra field in the central directory.
 ZipShort Zip64ExtendedInformationExtraField.getHeaderId()
          The Header-ID.
 ZipShort UnrecognizedExtraField.getHeaderId()
          Get the header id.
 ZipShort X7875_NewUnix.getHeaderId()
          The Header-ID.
 ZipShort ZipExtraField.getHeaderId()
          The Header-ID.
 ZipShort UnicodeCommentExtraField.getHeaderId()
          The Header-ID.
 ZipShort AsiExtraField.getHeaderId()
          The Header-ID.
 ZipShort JarMarker.getHeaderId()
          The Header-ID.
 ZipShort X5455_ExtendedTimestamp.getHeaderId()
          The Header-ID.
 ZipShort UnicodePathExtraField.getHeaderId()
          The Header-ID.
 ZipShort UnparseableExtraFieldData.getHeaderId()
          The Header-ID.
 ZipShort Zip64ExtendedInformationExtraField.getLocalFileDataLength()
          Length of the extra field in the local file data - without Header-ID or length specifier.
 ZipShort UnrecognizedExtraField.getLocalFileDataLength()
          Get the length of the local data.
 ZipShort X7875_NewUnix.getLocalFileDataLength()
          Length of the extra field in the local file data - without Header-ID or length specifier.
 ZipShort ZipExtraField.getLocalFileDataLength()
          Length of the extra field in the local file data - without Header-ID or length specifier.
 ZipShort AsiExtraField.getLocalFileDataLength()
          Length of the extra field in the local file data - without Header-ID or length specifier.
 ZipShort AbstractUnicodeExtraField.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 X5455_ExtendedTimestamp.getLocalFileDataLength()
          Length of the extra field in the local file data - without Header-ID or length specifier.
 ZipShort UnparseableExtraFieldData.getLocalFileDataLength()
          Length of the complete extra field in the local file data.
 

Methods in org.apache.commons.compress.archivers.zip with parameters of type ZipShort
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.
 


Commons Compress 1.5-redhat-1

Copyright © 2013 JBoss by Red Hat. All Rights Reserved.