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.