Apache Mesos
Namespaces | Classes | Functions
gzip Namespace Reference

Namespaces

 internal
 

Classes

class  Decompressor
 

Functions

Try< std::string > compress (const std::string &decompressed, int level=Z_DEFAULT_COMPRESSION)
 
Try< std::string > decompress (const std::string &compressed)
 

Function Documentation

Try<std::string> gzip::compress ( const std::string &  decompressed,
int  level = Z_DEFAULT_COMPRESSION 
)
inline
Try<std::string> gzip::decompress ( const std::string &  compressed)
inline