Searched refs:localDataStart (Results 1 – 1 of 1) sorted by relevance
675 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