Uses of Interface
net.sourceforge.groboutils.codecoverage.v2.ant.zip.ZipExtraField

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

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

Classes in net.sourceforge.groboutils.codecoverage.v2.ant.zip that implement ZipExtraField
 class AsiExtraField
          Adds Unix file permission and UID/GID fields as well as symbolic link handling.
 class UnrecognizedExtraField
          Simple placeholder for all those extra fields we don't want to deal with.
 

Methods in net.sourceforge.groboutils.codecoverage.v2.ant.zip that return ZipExtraField
 ZipExtraField[] ZipEntry.getExtraFields()
          Retrieves extra fields.
static ZipExtraField ExtraFieldUtils.createExtraField(ZipShort headerId)
          Create an instance of the approriate ExtraField, falls back to UnrecognizedExtraField.
static ZipExtraField[] ExtraFieldUtils.parse(byte[] data)
          Split the array into ExtraFields and populate them with the give data.
 

Methods in net.sourceforge.groboutils.codecoverage.v2.ant.zip with parameters of type ZipExtraField
 void ZipEntry.setExtraFields(ZipExtraField[] fields)
          Replaces all currently attached extra fields with the new array.
 void ZipEntry.addExtraField(ZipExtraField ze)
          Adds an extra fields - replacing an already present extra field of the same type.
static byte[] ExtraFieldUtils.mergeLocalFileDataData(ZipExtraField[] data)
          Merges the local file data fields of the given ZipExtraFields.
static byte[] ExtraFieldUtils.mergeCentralDirectoryData(ZipExtraField[] data)
          Merges the central directory fields of the given ZipExtraFields.
 



Copyright © 2001-2003 by The GroboUtils Project