decompress

fun decompress(in: DataInput, out: ByteArray, len: Int)

Decompress data that has been compressed with .compress. len must be the original length, not the compressed length.