korlibs
Toggle table of contents
6.1.0-SNAPSHOT
common
Target filter
common
Switch theme
Search in API
Skip to content
korlibs
korlibs-compression
/
korlibs.compression.lzo
/
LzoRawCompressor
/
compress
compress
fun
compress
(
inputBase
:
ByteArray
,
inputAddress
:
Int
,
inputLength
:
Int
,
outputBase
:
ByteArray
,
outputAddress
:
Int
,
maxOutputLength
:
Int
,
table
:
IntArray
=
IntArray(MAX_TABLE_SIZE)
)
:
Int