LzoRawDecompressor

Types

Link copied to clipboard
class MalformedInputException(val index: Int, message: String = "Malformed input exception at ") : Exception

Functions

Link copied to clipboard
fun decompress(inputBase: ByteArray, inputAddress: Int, inputLimit: Int, outputBase: ByteArray, outputAddress: Int, outputLimit: Int): Int