Searched refs:COMPRESSION_METHOD_DEFLATED (Results 1 – 3 of 3) sorted by relevance
38 public static final short COMPRESSION_METHOD_DEFLATED = 8; field in ZipUtils
228 short compressionMethod = ZipUtils.COMPRESSION_METHOD_DEFLATED; in createWithDeflateCompressedData()
351 result.putShort(ZipUtils.COMPRESSION_METHOD_DEFLATED); in outputRecordWithDeflateCompressedData()