[][src]Function mupdf_sys::fz_is_zip_archive

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

Detect if stream object is a zip archive.

Assumes that the stream object is seekable.