7 #ifndef COMPRESSIONTOOLS_H
8 #define COMPRESSIONTOOLS_H
24 static ByteArray compress(uint8_t* value, int32_t offset, int32_t length, int32_t compressionLevel);
27 static ByteArray compress(uint8_t* value, int32_t offset, int32_t length);
30 static ByteArray compress(ByteArray value);
33 static ByteArray compressString(
const String& value);
36 static ByteArray compressString(
const String& value, int32_t compressionLevel);
39 static ByteArray decompress(ByteArray value);
42 static String decompressString(ByteArray value);