• Places
    • Home
    • Graphs
    • Prefixes
  • Admin
    • Users
    • Settings
    • Plugins
    • Statistics
  • CPACK
    • Home
    • List packs
    • Submit pack
  • Repository
    • Load local file
    • Load from HTTP
    • Load from library
    • Remove triples
    • Clear repository
  • Query
    • YASGUI SPARQL Editor
    • Simple Form
    • SWISH Prolog shell
  • Help
    • Documentation
    • Tutorial
    • Roadmap
    • HTTP Services
  • Login

/usr/lib/swipl/library/ext/zlib/zlib.pl
All Application Manual Name SummaryHelp

  • zlib
    • zlib.pl -- Zlib wrapper for SWI-Prolog
      • encoding_filter/3
      • gzopen/3
      • gzopen/4
 gzopen(+File, +Mode, -Stream) is det
 gzopen(+File, +Mode, -Stream, +Options) is det
Open a file compatible with the gzip program. Note that if a file is opened in append mode, a second gzip image will be added to the end of the file. The gzip standard defines that a file can hold multiple gzip images and inflating the file results in a concatenated stream of all inflated images.

Options are passed to open/4 and zopen/3. Default format is gzip.

ClioPatria (version V3.1.1-51-ga0b30a5)