| Did you know ... | Search Documentation: |
| zlib.pl -- Zlib wrapper for SWI-Prolog |
Read/write compressed data based on the zlib library.
gzopen(+File, +Mode, -Stream) is det
gzopen(+File, +Mode, -Stream, +Options) is detappend 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.
http:encoding_filter(+Encoding, +In0, -In) is semidet[multifile]Content-encoding: gzipThe following predicates are exported from this file while their implementation is defined in imported modules or non-module files loaded by this module.
gzopen(+File, +Mode, -Stream) is det
gzopen(+File, +Mode, -Stream, +Options) is detappend 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.
The following predicates are exported, but not or incorrectly documented.