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.
pub fn read_erf_from_bytes_with_options(
bytes: &[u8],
options: ErfReadOptions,
) -> Result<Erf, ErfBinaryError>Reads an ERF-family archive from bytes with explicit read options.