library
Toggle table of contents
4.12.0-dev
androidJvm
Target filter
androidJvm
Switch theme
Search in API
Skip to content
library
library
/
org.xmtp.android.library
/
EncodedContentCompression
/
GZIP
GZIP
GZIP
Members
Properties
name
Link copied to clipboard
val
name
:
String
ordinal
Link copied to clipboard
val
ordinal
:
Int
Functions
compress
Link copied to clipboard
fun
compress
(
content
:
ByteArray
)
:
ByteArray
?
decompress
Link copied to clipboard
fun
decompress
(
content
:
ByteArray
)
:
ByteArray
?