Function nbt::decode::read_zlib_compound_tag[][src]

pub fn read_zlib_compound_tag<R: Read>(
    reader: &mut R
) -> Result<CompoundTag, TagDecodeError>

Read a compound tag from a reader compressed with zlib.