Skip to main content

read_utd

Function read_utd 

Source
pub fn read_utd<R: Read>(reader: &mut R) -> Result<Utd, UtdError>
Expand description

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

ยงErrors

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