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

Open a tar 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 tar archive as indicated by the presence of a tar signature.