Searched defs:scanOffset (Results 1 – 2 of 2) sorted by relevance
297 int scanOffset = buffer.length - EOCD_SIZE; in findCentralDir() local320 int scanOffset = buffer.length - EOCD_SIZE - ZIP64_EOCD_LOCATOR_SIZE - ZIP64_EOCD_SIZE; in findCentralDir64() local
71 var scanOffset = fileHandle.size() - 22 // end of central directory record size is 22 bytes. in fileHandle() variable