接口 CentralDirectoryParsingZipExtraField
- 所有超级接口:
ZipExtraField
ZipExtraField that knows how to parse central
directory data.- 从以下版本开始:
- Ant 1.8.0
-
方法概要
修饰符和类型方法说明voidparseFromCentralDirectoryData(byte[] data, int offset, int length) Populate data from this array as if it was in central directory data.从接口继承的方法 com.sh.common.zip.ZipExtraField
getCentralDirectoryData, getCentralDirectoryLength, getHeaderId, getLocalFileDataData, getLocalFileDataLength, parseFromLocalFileData
-
方法详细资料
-
parseFromCentralDirectoryData
Populate data from this array as if it was in central directory data.- 参数:
data- an array of bytesoffset- the start offsetlength- the number of bytes in the array from offset- 抛出:
ZipException- on error
-