Skip to main content

read_twoda

Function read_twoda 

Source
pub fn read_twoda<R: Read>(reader: &mut R) -> Result<TwoDa, TwoDaBinaryError>
Expand description

Reads a binary 2DA from a reader.

The stream is consumed from its current position.

ยงErrors

The same as read_twoda_with_options under the default options, which decode text as Windows-1252.