Go to the source code of this file.
Namespaces | |
blob | |
Macros | |
#define | HAVE_BZIP2 |
Functions | |
bool | blob::compressionAvailable () |
bool | blob::deflate (const uint8_t *data, uint32_t size, std::vector< uint8_t > &deflated) |
bool | blob::inflate (const uint8_t *data, uint32_t size, std::vector< uint8_t > &inflated) |
Variables | |
static const std::size_t | blob::CHUNK_SIZE = 10 * 1024 |
static const int | blob::VERBOSITY = 1 |
#define HAVE_BZIP2 |
Definition at line 32 of file compression.cpp.