Searched defs:compressedSize (Results 1 – 2 of 2) sorted by relevance
31 @Param({"128", "1024", "8192", "65536"}) int compressedSize; field in BufferedZipFileBenchmark
46 long compressedSize = -1; field in ZipEntry70 ZipEntry(String name, String comment, long crc, long compressedSize, in ZipEntry()