pub fn read_atom_header<R>(reader: &mut R) -> Result<(Kind, u64), Error>
where R: ReadBytesExt,
Expand description

Reads an atom header (kind and argument).