#include #include #include class CGzip { public: static bool is_compressed(const ByteBuffer& data); static Optional decompress(const ByteBuffer& data); };