Skip to main content

read_archive_stream

Function read_archive_stream 

Source
pub fn read_archive_stream<R: Read>(
    reader: R,
    target: &Path,
    generate_sigs: bool,
) -> Result<FxarImportStats>
Expand description

Read an FXAR v2 archive from a non-seekable stream.