toggle menu
korge-root
5.1.0
common
switch theme
search in API
korge-core
/
korlibs.io.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