pub fn read_erf_from_bytes(bytes: &[u8]) -> Result<Erf, ErfBinaryError>Expand description
Reads an ERF/MOD/HAK archive from bytes.
ยงErrors
The same as read_erf_from_bytes_with_options under
ErfReadMode::CanonicalK1.
pub fn read_erf_from_bytes(bytes: &[u8]) -> Result<Erf, ErfBinaryError>Reads an ERF/MOD/HAK archive from bytes.
The same as read_erf_from_bytes_with_options under
ErfReadMode::CanonicalK1.