read_erf_from_bytes_with_options

Function read_erf_from_bytes_with_options 

Source
pub fn read_erf_from_bytes_with_options(
    bytes: &[u8],
    options: ErfReadOptions,
) -> Result<Erf, ErfBinaryError>
Expand description

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