Skip to main content

read_bwm

Function read_bwm 

Source
pub fn read_bwm<R: Read>(reader: &mut R) -> Result<Bwm, BwmBinaryError>
Expand description

Reads BWM data from a reader.

ยงErrors

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