Uses of Class
net.sourceforge.groboutils.codecoverage.v2.ant.zip.ZipShort

Packages that use ZipShort
net.sourceforge.groboutils.codecoverage.v2.ant.zip The Apache Ant 1.6.1 org.apache.tools.zip package. 
 

Uses of ZipShort in net.sourceforge.groboutils.codecoverage.v2.ant.zip
 

Methods in net.sourceforge.groboutils.codecoverage.v2.ant.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 net.sourceforge.groboutils.codecoverage.v2.ant.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-2003 by The GroboUtils Project