
zlib.pl -- Zlib wrapper for SWI-PrologRead/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: gzip
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.
zopen(Arg1, Arg2, Arg3)