Skip to main content

read_bif_with_options

Function read_bif_with_options 

Source
pub fn read_bif_with_options<R: Read>(
    reader: &mut R,
    options: BifReadOptions,
) -> Result<Bif, BifBinaryError>
Expand description

Reads a BIF archive from a reader with explicit options.

ยงErrors

BifBinaryError::Io when the stream will not read to end, and whatever read_bif_from_bytes_with_options reports for the bytes it collected.