API Overview API Index Package Overview Direct link to this page
Apache Ant 1.7.1
  org.apache.tools.zip. ZipExtraField View Source
Author(s)
Since
Version
Serial
Hierarchy
 ZipExtraField
Subinterfaces
Description
public interface ZipExtraField
  General format of extra field data.
See also:   
Methods
Hide/Show inherited methods
public byte getCentralDirectoryData ()
  The actual data to put central directory - without Header-ID or length specifier.
public ZipShort getCentralDirectoryLength ()
  Length of the extra field in the central directory - without Header-ID or length specifier.
public ZipShort getHeaderId ()
  The Header-ID.
public byte getLocalFileDataData ()
  The actual data to put into local file data - without Header-ID or length specifier.
public ZipShort getLocalFileDataLength ()
  Length of the extra field in the local file data - without Header-ID or length specifier.
public void parseFromLocalFileData (byte[] data, int offset, int length) throws java.util.zip.ZipException
  Populate data from this array as if it was in local file data.
Fields
Hide/Show inherited fields
Generated By: JavaOnTracks Doclet 0.1.4     ©Thibaut Colar