inflate

expect fun inflate(compressedData: ByteArray): ByteArray

Decompresses data compressed DEFLATE algorithm according to RFC 1951.

Return

the decompressed data.

Parameters

compressedData

the compressed data to decompress.

Throws

if the given data is invalid

actual fun inflate(compressedData: ByteArray): ByteArray
actual fun inflate(compressedData: ByteArray): ByteArray