walletsdk
Toggle table of contents
androidJvm
Target filter
androidJvm
Switch theme
Search in API
Skip to content
walletsdk
walletsdk
/
com.dewa.walletsdk.secureqr.internal
/
Zlib
Zlib
object
Zlib
Members
Functions
deflate
Zlib
Link copied to clipboard
fun
deflateZlib
(
data
:
ByteArray
,
level
:
Int
=
Deflater.BEST_COMPRESSION
)
:
ByteArray
inflate
Zlib
Link copied to clipboard
fun
inflateZlib
(
data
:
ByteArray
,
maxOutputBytes
:
Int
=
2 * 1024 * 1024
)
:
ByteArray