const BZ2_DEFAULT_COMPRESSION
gives the default compression level for the bzip2() function, providing a trade-off between compressi...
Definition ql_compression.dox.h:308
const COMPRESSION_LEVEL_DEFAULT
Identifies the default compression level appropriate for given algorithm.
Definition ql_compression.dox.h:310
const Z_DEFAULT_COMPRESSION
gives the default compression level for the compress() and gzip() functions, providing a trade-off be...
Definition ql_compression.dox.h:312
Transform get_decompressor(string alg)
Returns a Transform object for decompressing data using the given algorithm for use with TransformInp...
nothing bzip2()
This function variant does nothing at all; it is only included for backwards-compatibility with qore ...
nothing gunzip_to_string()
This function variant does nothing at all; it is only included for backwards-compatibility with qore ...
nothing gunzip_to_binary()
This function variant does nothing at all; it is only included for backwards-compatibility with qore ...
nothing compress()
This function variant does nothing at all; it is only included for backwards-compatibility with qore ...
nothing uncompress_to_string()
This function variant does nothing at all; it is only included for backwards-compatibility with qore ...
Transform get_compressor(string alg, int level=COMPRESSION_LEVEL_DEFAULT)
Returns a Transform object for compressing data using the given algorithm for use with TransformInput...
nothing bunzip2_to_binary()
This function variant does nothing at all; it is only included for backwards-compatibility with qore ...
nothing bunzip2_to_string()
This function variant does nothing at all; it is only included for backwards-compatibility with qore ...
nothing gzip()
This function variant does nothing at all; it is only included for backwards-compatibility with qore ...
nothing uncompress_to_binary()
This function variant does nothing at all; it is only included for backwards-compatibility with qore ...
binary binary()
Always returns an empty binary object (of zero length)
main Qore-language namespace
Definition Pseudo_QC_All.dox.h:3