Searched refs:deflate (Results 1 – 3 of 3) sorted by relevance
346 public static DeflateResult deflate(ByteBuffer input) { in deflate() method in ZipUtils368 int chunkSize = deflater.deflate(buf); in deflate()
53 int resultAllCount = deflater.deflate(resultAll); in compress()
705 ZipUtils.DeflateResult deflateResult = ZipUtils.deflate(ByteBuffer.wrap(uncompressedData)); in outputDataToOutputApk()