Function nbt_parser::decode[][src]

pub fn decode<R: Read>(input: R) -> Result<NamedTag, Error>

Decode a Read instance. It is assumed that, as the spec defines, the contents of the instance are gzipped.