org.apache.tools.zip
public interface CentralDirectoryParsingZipExtraField extends ZipExtraField
ZipExtraField
that knows how to parse central
directory data.
Since: Ant 1.8.0
Method Summary | |
---|---|
void | parseFromCentralDirectoryData(byte[] data, int offset, int length)
Populate data from this array as if it was in central directory data. |
Parameters: data an array of bytes offset the start offset length the number of bytes in the array from offset
Throws: ZipException on error