/usr/local/lib/swipl/library/zip.pl
All Application Manual Name SummaryHelp

  • swipl
    • library
      • error.pl
      • debug.pl -- Print debug messages and test assertions
      • apply.pl
      • lists.pl
      • broadcast.pl -- Event service
      • shlib.pl
      • option.pl
      • thread_pool.pl
      • gensym.pl -- Generate unique symbols
      • settings.pl -- Setting management
      • arithmetic.pl
      • main.pl
      • readutil.pl
      • operators.pl -- Manage operators
      • pairs.pl
      • prolog_source.pl
      • record.pl
      • quasi_quotations.pl
      • pure_input.pl
      • solution_sequences.pl
      • ordsets.pl
      • random.pl
      • base64.pl
      • aggregate.pl
      • yall.pl
      • sandbox.pl
      • apply_macros.pl -- Goal expansion rules to avoid meta-calling
      • assoc.pl
      • prolog_format.pl
      • predicate_options.pl -- Access and analyse predicate options
      • csv.pl -- Process CSV (Comma-Separated Values) data
      • pprint.pl -- Pretty Print Prolog terms
      • atom.pl
      • modules.pl
      • occurs.pl -- Finding and counting sub-terms
      • prolog_xref.pl
      • prolog_colour.pl
      • lazy_lists.pl -- Lazy list handling
      • ugraphs.pl -- Graph manipulation library
      • url.pl
      • www_browser.pl
      • prolog_pack.pl -- A package manager for Prolog
      • git.pl -- Run GIT commands
      • rbtrees.pl
      • dif.pl -- The dif/2 constraint
      • charsio.pl -- I/O on Lists of Character Codes
      • prolog_stack.pl
      • edinburgh.pl
      • prolog_clause.pl
      • prolog_breakpoints.pl
      • wfs.pl -- Well Founded Semantics interface
      • dialect.pl
      • prolog_code.pl
      • sort.pl
      • iostream.pl -- Utilities to deal with streams
      • dicts.pl
      • varnumbers.pl
      • base32.pl
      • codesio.pl
      • coinduction.pl
      • date.pl
      • heaps.pl -- heaps/priority queues
      • statistics.pl
      • terms.pl
      • utf8.pl
      • when.pl -- Conditional coroutining
      • backcomp.pl -- Backward compatibility
      • optparse.pl
      • prolog_debug.pl -- User level debugging tools
      • threadutil.pl -- Interactive thread utilities
      • listing.pl
      • shell.pl
      • edit.pl
      • increval.pl
      • tables.pl -- XSB interface to tables
      • prolog_wrap.pl
      • nb_set.pl -- Non-backtrackable sets
      • explain.pl
      • prolog_versions.pl
      • persistency.pl
      • help.pl
      • zip.pl -- Access resource ZIP archives
        • zip_open/4
        • zip_close/1
        • zip_close/2
        • zipper_goto/2
        • zipper_open_current/3
        • with_zipper/2
        • zipper_members/2
        • zipper_file_info/3
        • zipper_open_new_file_in_zip/4
      • check.pl
      • make.pl
      • prolog_codewalk.pl -- Prolog code walker
      • prolog_metainference.pl
      • ansi_term.pl
      • qsave.pl
      • portray_text.pl
      • quintus.pl
      • thread.pl
      • prolog_trace.pl
      • hashtable.pl -- Hash tables
      • files.pl
      • prolog_autoload.pl
      • prolog_coverage.pl
      • ctypes.pl
      • prolog_jiti.pl
      • macros.pl
      • fastrw.pl
      • system.pl -- System utilities
      • prolog_config.pl
      • prolog_profile.pl
 zipper_open_current(+Zipper, -Stream, +Options) is det
Open the current entry as an input stream. Before this call the caller must use zipper_goto/2 to position to archive. Options:
type(+Type)
encoding(+Encoding)
bom(+Boolean)
Determine type and encoding of the stream. The semantics is the same as for open/4.
release(+Boolean)
If true (default), release te archive for access by other threads after the entry is closed.

It is allowed to call zip_close/1 immediately after this call, in which case the archive is closed when the entry is closed.