Function mupdf_sys::fz_open_archive_with_stream[][src]

pub unsafe extern "C" fn fz_open_archive_with_stream(
    ctx: *mut fz_context,
    file: *mut fz_stream
) -> *mut fz_archive

Open zip or tar archive stream.

Open an archive using a seekable stream object rather than opening a file or directory on disk.