[][src]Function mupdf_sys::fz_open_zip_archive_with_stream

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

Open a zip archive stream.

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

An exception is throw if the stream is not a zip archive as indicated by the presence of a zip signature.