zstd test

This commit is contained in:
minjaesong
2023-12-20 02:12:03 +09:00
parent f467e6b6b1
commit d4fe903273
10 changed files with 187 additions and 5 deletions

View File

@@ -36,7 +36,8 @@ object Common {
const val GENVER = TerrarumAppConfiguration.VERSION_RAW
const val COMP_NONE = 0
const val COMP_GZIP = 1
const val COMP_LZMA = 2
// const val COMP_LZMA = 2
const val COMP_ZSTD = 3
val CHARSET = Charsets.UTF_8