inflate

expect suspend fun ByteArray.inflate(): ByteArray

Decompresses data compressed DEFLATE algorithm according to RFC 1951.

Receiver

the compressed data to decompress.

Return

the decompressed data.

Throws

if the given data is invalid

actual suspend fun ByteArray.inflate(): ByteArray
actual suspend fun ByteArray.inflate(): ByteArray
actual suspend fun ByteArray.inflate(): ByteArray