| private static final org.slf4j.Logger | | LOGGER | | LOGGER | | field_48755 | | LOGGER |
|
| private static final it.unimi.dsi.fastutil.ints.Int2ObjectMap<ChunkCompressionFormat> | | VERSIONS | | VERSIONS | | field_20445 | | FORMATS |
|
| private static final it.unimi.dsi.fastutil.objects.Object2ObjectMap<String, ChunkCompressionFormat> | | VERSIONS_BY_NAME | | VERSIONS_BY_NAME | | field_48756 | | FORMAT_BY_NAME |
|
| public static final ChunkCompressionFormat | | VERSION_GZIP | | VERSION_GZIP | | field_20442 | | GZIP |
|
| public static final ChunkCompressionFormat | | VERSION_DEFLATE | | VERSION_DEFLATE | | field_20443 | | DEFLATE |
|
| public static final ChunkCompressionFormat | | VERSION_NONE | | VERSION_NONE | | field_20444 | | UNCOMPRESSED |
|
| public static final ChunkCompressionFormat | | VERSION_LZ4 | | VERSION_LZ4 | | field_48753 | | LZ4 |
|
| public static final ChunkCompressionFormat | | VERSION_CUSTOM | | VERSION_CUSTOM | | field_48916 | | CUSTOM |
|
| public static final ChunkCompressionFormat | | DEFAULT | | DEFAULT | | field_48754 | | DEFAULT_FORMAT |
|
| private static volatile ChunkCompressionFormat | | selected | | selected | | field_48757 | | currentFormat |
|
| private final int | |
| private final String | | optionName | | optionName | | field_48758 | | name |
|
| private final ChunkCompressionFormat$Wrapper<InputStream> | | inputWrapper | | inputWrapper | | field_20447 | | inputStreamWrapper |
|
| private final ChunkCompressionFormat$Wrapper<OutputStream> | | outputWrapper | | outputWrapper | | field_20448 | | outputStreamWrapper |
|