Searched refs:eocdAndOffsetInFile (Results 1 – 1 of 1) sorted by relevance
59 Pair<ByteBuffer, Long> eocdAndOffsetInFile = in findZipSections() local61 if (eocdAndOffsetInFile == null) { in findZipSections()65 ByteBuffer eocdBuf = eocdAndOffsetInFile.getFirst(); in findZipSections()66 long eocdOffset = eocdAndOffsetInFile.getSecond(); in findZipSections()