pub fn open_and_decode_all<P: AsRef<Path>>(
    path: P
) -> Result<DecodedQoa, DecodeError>
Expand description

Same as decode_all but open the file and wrap in a BufReader first.