pub fn read_archive_stream<R: Read>( reader: R, target: &Path, generate_sigs: bool, ) -> Result<FxarImportStats>
Read an FXAR v2 archive from a non-seekable stream.