org.apache.tools.zip

Interface CentralDirectoryParsingZipExtraField

public interface CentralDirectoryParsingZipExtraField extends ZipExtraField

ZipExtraField that knows how to parse central directory data.

Since: Ant 1.8.0

Method Summary
voidparseFromCentralDirectoryData(byte[] data, int offset, int length)
Populate data from this array as if it was in central directory data.

Method Detail

parseFromCentralDirectoryData

public 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