vega
zlib.h
Go to the documentation of this file.
1 #pragma once
2 
3 #include <memory>
4 #include <string>
5 #include <sstream>
6 
7 namespace vega {
8  class RFC1951 {
9  public:
10  static std::shared_ptr<std::stringstream> inflate(const std::string& compressed);
11  static std::shared_ptr<std::stringstream> deflate(const std::string& uncompressed);
12  };
13 }
static std::shared_ptr< std::stringstream > inflate(const std::string &compressed)
Definition: zlib.h:8
static std::shared_ptr< std::stringstream > deflate(const std::string &uncompressed)
Definition: age.h:6