Skip to main content

read_are

Function read_are 

Source
pub fn read_are<R: Read>(reader: &mut R) -> Result<Are, AreError>
Expand description

Reads typed ARE data from a reader at the current stream position.

ยงErrors

AreError::Gff when the stream is not a readable GFF, and AreError::UnsupportedFileType when it is a GFF of some other format, carrying the fourcc that was found.