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.