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.wrapper
/
Zlib
/
decompress
decompress
fun
decompress
(
input
:
ByteArray
,
maximumSize
:
Long
=
4L * 1024 * 1024
)
:
ByteArray
Decompress a zlib stream. The Adler-32 trailer is not re-validated here.