Skip to main content

read_rim

Function read_rim 

Source
pub fn read_rim<R: Read>(reader: &mut R) -> Result<Rim, RimBinaryError>
Expand description

Reads a RIM archive from a reader.

The stream is consumed from its current position.

ยงErrors

The same as read_rim_with_options under RimReadMode::CanonicalK1, which tolerates a zero keys_offset by falling back to the 120-byte header size some files rely on.