LzoRawCompressor

Properties

Link copied to clipboard
const val LAST_LITERAL_SIZE: Int = 5
Link copied to clipboard
const val MAX_TABLE_SIZE: Int
Link copied to clipboard
const val MIN_MATCH: Int = 4

Functions

Link copied to clipboard
fun compress(    inputBase: ByteArray,     inputAddress: Int,     inputLength: Int,     outputBase: ByteArray,     outputAddress: Int,     maxOutputLength: Int,     table: IntArray = IntArray(MAX_TABLE_SIZE)): Int
Link copied to clipboard
fun maxCompressedLength(sourceLength: Int): Int