BenWoodworth / knbt

Kotlin NBT library for kotlinx.serialization
GNU Lesser General Public License v3.0
72 stars 2 forks source link

Support Compressed NBT #1

Closed BenWoodworth closed 3 years ago

BenWoodworth commented 3 years ago

NBT can either be uncompressed, or compressed with gzip/zlib

Decoding NBT should automatically work.

Encoding NBT can use a compression method configured with the NbtConfiguration.

Kotlin/JVM

Kotlin/JS (pako, zlib ported to JavaScript)

Kotlin/Native (platform.zlib)