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