Module quartz_nbt::write[][src]

Expand description

Contains utilities for writing binary NBT data.

Functions

write_nbt_gz_compressed

Wraps the given writer in a gz encoder and then passes it to the uncompressed writer function.

write_nbt_uncompressed

Writes the given tag compound with the given name to the provided writer, writing only the raw NBT data without any compression.

write_nbt_zlib_compressed

Wraps the given writer in a zlib encoder and then passes it to the uncompressed writer function.