Uses of Class
org.codehaus.plexus.archiver.zip.ZipShort

Packages that use ZipShort
org.codehaus.plexus.archiver.zip   
 

Uses of ZipShort in org.codehaus.plexus.archiver.zip
 

Methods in org.codehaus.plexus.archiver.zip that return ZipShort
 ZipShort ZipExtraField.getHeaderId()
          The Header-ID.
 ZipShort ZipExtraField.getLocalFileDataLength()
          Length of the extra field in the local file 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 UnrecognizedExtraField.getHeaderId()
           
 ZipShort UnrecognizedExtraField.getLocalFileDataLength()
           
 ZipShort UnrecognizedExtraField.getCentralDirectoryLength()
           
 ZipShort AsiExtraField.getHeaderId()
          The Header-ID.
 ZipShort AsiExtraField.getLocalFileDataLength()
          Length of the extra field in the local file data - without Header-ID or length specifier.
 ZipShort AsiExtraField.getCentralDirectoryLength()
          Delegate to local file data.
 

Methods in org.codehaus.plexus.archiver.zip with parameters of type ZipShort
 void ZipEntry.removeExtraField(ZipShort type)
          Remove an extra fields.
 void UnrecognizedExtraField.setHeaderId(ZipShort headerId)
           
static ZipExtraField ExtraFieldUtils.createExtraField(ZipShort headerId)
          Create an instance of the approriate ExtraField, falls back to UnrecognizedExtraField.
 



Copyright © 2001-2009 Codehaus. All Rights Reserved.