watch-rtc-sdk
watch-rtc-sdk
/
com.spearline.watchrtc.compression
/
LZString
LZString
class
LZString
Content copied to clipboard
Functions
Functions
compress
Link copied to clipboard
open
fun
compress
(
uncompressed
:
String
)
:
String
Content copied to clipboard
compress
To
Base64
Link copied to clipboard
open
fun
compressToBase64
(
input
:
String
)
:
String
Content copied to clipboard
compress
To
Encoded
URIComponent
Link copied to clipboard
open
fun
compressToEncodedURIComponent
(
input
:
String
)
:
String
Content copied to clipboard
compress
To
UTF16
Link copied to clipboard
open
fun
compressToUTF16
(
input
:
String
)
:
String
Content copied to clipboard
decompress
Link copied to clipboard
open
fun
decompress
(
compressed
:
String
)
:
String
Content copied to clipboard
decompress
From
Base64
Link copied to clipboard
open
fun
decompressFromBase64
(
inputStr
:
String
)
:
String
Content copied to clipboard
decompress
From
Encoded
URIComponent
Link copied to clipboard
open
fun
decompressFromEncodedURIComponent
(
inputStr
:
String
)
:
String
Content copied to clipboard
decompress
From
UTF16
Link copied to clipboard
open
fun
decompressFromUTF16
(
compressedStr
:
String
)
:
String
Content copied to clipboard
f
Link copied to clipboard
open
fun
f
(
i
:
Int
)
:
String
Content copied to clipboard
fc
Link copied to clipboard
open
fun
fc
(
i
:
Int
)
:
Char
Content copied to clipboard
main
Link copied to clipboard
open
fun
main
(
args
:
Array
<
String
>
)
Content copied to clipboard