#include <vector>
#include <stdint.h>
Go to the source code of this file.
Namespaces | |
blob | |
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) |