Searched refs:isTooLageForZip32 (Results 1 – 1 of 1) sorted by relevance
659 return requestedMode == Zip64Mode.Always || isTooLageForZip32(entry1); in isZip64Required()662 private boolean isTooLageForZip32(final ZipArchiveEntry zipArchiveEntry){ in isTooLageForZip32() method in ZipArchiveOutputStream