Uses of Enum Class
de.pauleff.formats.binary.Compression_Types
Packages that use Compression_Types
-
Uses of Compression_Types in de.pauleff.api
Methods in de.pauleff.api with parameters of type Compression_TypesModifier and TypeMethodDescriptionstatic INBTWriterNBTFileFactory.createWriter(File nbtFile, Compression_Types compression) Creates a writer with explicit compression settings.static voidNBTFileFactory.writeNBTFile(File nbtFile, ICompoundTag root, Compression_Types compression) Writes an NBT compound tag to a new file with specified compression. -
Uses of Compression_Types in de.pauleff.builder
Methods in de.pauleff.builder with parameters of type Compression_TypesModifier and TypeMethodDescriptionvoidNBTBuilder.buildAndSave(File file, Compression_Types compression) Builds the NBT structure and writes it to a file with specified compression. -
Uses of Compression_Types in de.pauleff.formats.binary
Subclasses with type arguments of type Compression_Types in de.pauleff.formats.binaryModifier and TypeClassDescriptionenumCompression formats supported for NBT file storage.Methods in de.pauleff.formats.binary that return Compression_TypesModifier and TypeMethodDescriptionstatic Compression_TypesCompression_Types.getById(int id) Looks up a compression type by its numeric identifier.static Compression_TypesNBTFileHandler.getCompressionType(File file) Method to get the compression type of a file.static Compression_TypesReturns the enum constant of this class with the specified name.static Compression_Types[]Compression_Types.values()Returns an array containing the constants of this enum class, in the order they are declared.Methods in de.pauleff.formats.binary with parameters of type Compression_TypesModifier and TypeMethodDescriptionstatic DataOutputStreamNBTFileHandler.loadNBTToWriter(File file, Compression_Types compression) Method to create aDataOutputStreamto later write a NBT file.Constructors in de.pauleff.formats.binary with parameters of type Compression_TypesModifierConstructorDescriptionNBTWriter(File nbtFile, Compression_Types compression) Create a writer by passing it the target NBT file and how to compress it.