Searched refs:zip64eocd (Results 1 – 1 of 1) sorted by relevance
199 MappedByteBuffer zip64eocd = chan.map(MapMode.READ_ONLY, zip64eocdOffset, ZIP64_ENDHDR); in ZipIterable() local200 zip64eocd.order(ByteOrder.LITTLE_ENDIAN); in ZipIterable()204 if (zip64eocd.getInt(0) == ZIP64_ENDSIG) { in ZipIterable()205 cdsize = zip64eocd.getLong(ZIP64_ENDSIZ); in ZipIterable()