API Overview API Index Package Overview Direct link to this page
Apache Ant 1.7.1
  org.apache.tools.zip. ExtraFieldUtils View Source
Author(s)
Since
Version
Serial
Hierarchy
 Object
      ExtraFieldUtils
Implements
Subclasses
Description
public class ExtraFieldUtils
ZipExtraField related methods
See also:   
Constructors
public ExtraFieldUtils ()
Methods
Hide/Show inherited methods
publicstatic ZipExtraField createExtraField (ZipShort headerId) throws java.lang.InstantiationException java.lang.IllegalAccessException
  Create an instance of the approriate ExtraField, falls back to UnrecognizedExtraField.
publicstatic byte mergeCentralDirectoryData (ZipExtraField data)
  Merges the central directory fields of the given ZipExtraFields.
publicstatic byte mergeLocalFileDataData (ZipExtraField data)
  Merges the local file data fields of the given ZipExtraFields.
publicstatic ZipExtraField parse (byte[] data) throws java.util.zip.ZipException
  Split the array into ExtraFields and populate them with the give data.
publicstatic void register (java.lang.Class c)
  Register a ZipExtraField implementation.
Fields
Hide/Show inherited fields
Nested Classes
Generated By: JavaOnTracks Doclet 0.1.4     ©Thibaut Colar