API Overview API Index Package Overview Direct link to this page
Apache Ant 1.7.1
  org.apache.tools.zip. UnrecognizedExtraField View Source
Author(s)
Since
Version
Serial
Hierarchy
 Object
      UnrecognizedExtraField
Implements
 ZipExtraField
Subclasses
Description
public class UnrecognizedExtraField
  Simple placeholder for all those extra fields we don't want to deal with.
See also:   
Constructors
public UnrecognizedExtraField ()
Methods
Hide/Show inherited methods
public byte getCentralDirectoryData () [Specified in ZipExtraField]
  Get the central data.
public ZipShort getCentralDirectoryLength () [Specified in ZipExtraField]
  Get the central data length.
public ZipShort getHeaderId () [Specified in ZipExtraField]
  Get the header id.
public byte getLocalFileDataData () [Specified in ZipExtraField]
  Get the local data.
public ZipShort getLocalFileDataLength () [Specified in ZipExtraField]
  Get the length of the local data.
public void parseFromLocalFileData (byte[] data, int offset, int length) [Specified in ZipExtraField]
 
public void setCentralDirectoryData (byte[] data)
  Set the extra field data in central directory.
public void setHeaderId (ZipShort headerId)
  Set the header id.
public void setLocalFileDataData (byte[] data)
  Set the extra field data in the local file data - without Header-ID or length specifier.
Fields
Hide/Show inherited fields
Nested Classes
Generated By: JavaOnTracks Doclet 0.1.4     ©Thibaut Colar