KiteArchive
Toggle table of contents
0.1.0
Guide
GitHub
common
Target filter
common
Switch theme
Search in API
Skip to content
KiteArchive
kitearchive
/
io.github.yuroyami.kitearchive.codec.lz4
/
Lz4
/
blockDecompress
block
Decompress
fun
blockDecompress
(
src
:
ByteArray
,
sOff
:
Int
,
sEnd
:
Int
,
expectedSize
:
Int
=
-1
)
:
ByteArray
Decompress one LZ4 block in
src[sOff, sEnd)
.