Function decode

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

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