Function motion_lib::read_stream

source ·
pub fn read_stream<R: Read + Seek>(reader: &mut R) -> Result<MList, Error>
Expand description

Attempts to read a MList from the given reader (requires Seek). The reader should be positioned at the start of the filetype. Returns a MList if successful, otherwise an Error.