Zlib

object Zlib

Functions

Link copied to clipboard
fun deflateZlib(data: ByteArray, level: Int = Deflater.BEST_COMPRESSION): ByteArray
Link copied to clipboard
fun inflateZlib(data: ByteArray, maxOutputBytes: Int = 2 * 1024 * 1024): ByteArray