Open LeHaine opened 2 years ago
Being able to uncompress a ByteArray or a String with GZIP and ZLib as an extension method, Mainly needed to uncompress data when using Tiled map editor.
ByteArray
String
Tiled
val data = inputData.uncompress(GZIP) // or ZLib
Being able to uncompress a
ByteArray
or aString
with GZIP and ZLib as an extension method, Mainly needed to uncompress data when usingTiled
map editor.