Qore Programming Language Reference Manual  0.8.12.3
Compression Constants

Variables

const Qore::BZ2_DEFAULT_COMPRESSION = BZ2_DEFAULT_COMPRESSION
 gives the default compression level for the bzip2() function, providing a trade-off between compression speed and compression size (value: 3)
 
const Qore::Z_DEFAULT_COMPRESSION = Z_DEFAULT_COMPRESSION
 gives the default compression level for the compress() and gzip() functions, providing a trade-off between compression speed and compression size
 

Detailed Description