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
/
LzoRawDecompressor
Lzo
Raw
Decompressor
@
ExperimentalStdlibApi
object
LzoRawDecompressor
Members
Types
Malformed
Input
Exception
Link copied to clipboard
class
MalformedInputException
(
val
index
:
Int
,
message
:
String
=
"Malformed input exception at "
)
:
Exception
Functions
decompress
Link copied to clipboard
fun
decompress
(
inputBase
:
ByteArray
,
inputAddress
:
Int
,
inputLimit
:
Int
,
outputBase
:
ByteArray
,
outputAddress
:
Int
,
outputLimit
:
Int
)
:
Int