29 #ifndef BLOB_COMPRESSION_H 30 #define BLOB_COMPRESSION_H 38 bool deflate(
const uint8_t *data, uint32_t size, std::vector<uint8_t>& deflated);
39 bool inflate(
const uint8_t *data, uint32_t size, std::vector<uint8_t>& inflated);
42 #endif // BLOB_COMPRESSION_H bool inflate(const uint8_t *data, uint32_t size, std::vector< uint8_t > &inflated)
bool compressionAvailable()
bool deflate(const uint8_t *data, uint32_t size, std::vector< uint8_t > &deflated)