Home
last modified time | relevance | path

Searched refs:localDataStart (Results 1 – 1 of 1) sorted by relevance

/external/apache-commons-compress/src/main/java/org/apache/commons/compress/archivers/zip/
DZipArchiveOutputStream.java675 channel.position(entry.localDataStart); in rewriteSizesAndCrc()
689 channel.position(entry.localDataStart + 3 * WORD + 2 * SHORT in rewriteSizesAndCrc()
699 channel.position(entry.localDataStart - 5 * SHORT); in rewriteSizesAndCrc()
1042 entry.localDataStart = localHeaderStart + LFH_CRC_OFFSET; // At crc offset in writeLocalFileHeader()
1663 private long localDataStart = 0; field in ZipArchiveOutputStream.CurrentEntry