Function pot::format::read_atom_header

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

Reads an atom header (kind and argument).