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.io.compression
/
uncompress
uncompress
fun
CompressionMethod
.
uncompress
(
i
:
SyncInputStream
,
o
:
SyncOutputStream
)
fun
CompressionMethod
.
uncompress
(
bytes
:
ByteArray
,
outputSizeHint
:
Int
=
bytes.size * 2
)
:
ByteArray
fun
ByteArray
.
uncompress
(
method
:
CompressionMethod
,
outputSizeHint
:
Int
=
this.size * 2
)
:
ByteArray