10 static std::shared_ptr<std::stringstream>
inflate(
const std::string& compressed);
11 static std::shared_ptr<std::stringstream>
deflate(
const std::string& uncompressed);
static std::shared_ptr< std::stringstream > inflate(const std::string &compressed)
static std::shared_ptr< std::stringstream > deflate(const std::string &uncompressed)