32 #ifndef _QORE_COMPRESSIONTRANSFORMS_H
33 #define _QORE_COMPRESSIONTRANSFORMS_H
35 #include "qore/Transform.h"
37 class CompressionTransforms {
39 static constexpr
const char *ALG_ZLIB =
"zlib";
40 static constexpr
const char *ALG_GZIP =
"gzip";
41 static constexpr
const char *ALG_BZIP2 =
"bzip2";
43 static constexpr
int64 LEVEL_DEFAULT = -1;
container for holding Qore-language exception information and also for registering a "thread_exit" ca...
Definition: ExceptionSink.h:48
Qore's string value type, reference counted, dynamically-allocated only.
Definition: QoreStringNode.h:50
long long int64
64bit integer type, cannot use int64_t here since it breaks the API on some 64-bit systems due to equ...
Definition: common.h:260