Module quartz_nbt::read[][src]

Expand description

Contains utilities for reading binary NBT data.

Functions

read_nbt_gz_compressed

Wraps the given source in a gz decoder, then passes the wrapped source to the uncompressed reader function.

read_nbt_uncompressed

Reads uncompressed binary NBT data from the given source.

read_nbt_zlib_compressed

Wraps the given source in a zlib decoder, then passes the wrapped source to the uncompressed reader function.