Skip to main content

read_ssf

Function read_ssf 

Source
pub fn read_ssf<R: Read>(reader: &mut R) -> Result<Ssf, SsfBinaryError>
Expand description

Reads an SSF file from a reader.

The stream is consumed from its current position.

ยงErrors

SsfBinaryError::Io when the stream will not read to end, and whatever read_ssf_from_bytes reports for the bytes it collected.