Package org.apache.tools.zip
Interface CentralDirectoryParsingZipExtraField
- All Superinterfaces:
- ZipExtraField
- All Known Implementing Classes:
- UnparseableExtraFieldData,- UnrecognizedExtraField,- Zip64ExtendedInformationExtraField
ZipExtraField that knows how to parse central
 directory data.- Since:
- Ant 1.8.0
- 
Method SummaryModifier and TypeMethodDescriptionvoidparseFromCentralDirectoryData(byte[] data, int offset, int length) Populate data from this array as if it was in central directory data.Methods inherited from interface org.apache.tools.zip.ZipExtraFieldgetCentralDirectoryData, getCentralDirectoryLength, getHeaderId, getLocalFileDataData, getLocalFileDataLength, parseFromLocalFileData
- 
Method Details- 
parseFromCentralDirectoryDataPopulate 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
 
 
-