core
/
com.unciv.ui.saves
/
Gzip
Gzip
object
Gzip
Content copied to clipboard
Functions
Sources
Functions
compress
Link copied to clipboard
private fun
compress
(data:
String
):
ByteArray
Content copied to clipboard
decoder
Link copied to clipboard
private fun
decoder
(base64Str:
String
):
ByteArray
Content copied to clipboard
decompress
Link copied to clipboard
private fun
decompress
(compressed:
ByteArray
):
String
Content copied to clipboard
encoder
Link copied to clipboard
private fun
encoder
(bytes:
ByteArray
):
String
Content copied to clipboard
equals
Link copied to clipboard
open operator fun
equals
(other:
Any
?):
Boolean
Content copied to clipboard
hash
Code
Link copied to clipboard
open fun
hashCode
():
Int
Content copied to clipboard
to
String
Link copied to clipboard
open fun
toString
():
String
Content copied to clipboard
unzip
Link copied to clipboard
fun
unzip
(data:
String
):
String
Content copied to clipboard
zip
Link copied to clipboard
fun
zip
(data:
String
):
String
Content copied to clipboard
Sources
jvm source
Link copied to clipboard