read_erf_with_options

Function read_erf_with_options 

Source
pub fn read_erf_with_options<R: Read>(
    reader: &mut R,
    options: ErfReadOptions,
) -> Result<Erf, ErfBinaryError>
Expand description

Reads an ERF-family archive from a reader with explicit read options.