Apache Mesos
Public Member Functions | List of all members
gzip::Decompressor Class Reference

#include <gzip.hpp>

Public Member Functions

 Decompressor ()
 
 Decompressor (const Decompressor &)=delete
 
Decompressoroperator= (const Decompressor &)=delete
 
 ~Decompressor ()
 
Try< std::string > decompress (const std::string &compressed)
 
bool finished () const
 

Constructor & Destructor Documentation

gzip::Decompressor::Decompressor ( )
inline
gzip::Decompressor::Decompressor ( const Decompressor )
delete
gzip::Decompressor::~Decompressor ( )
inline

Member Function Documentation

Try<std::string> gzip::Decompressor::decompress ( const std::string &  compressed)
inline
bool gzip::Decompressor::finished ( ) const
inline
Decompressor& gzip::Decompressor::operator= ( const Decompressor )
delete

The documentation for this class was generated from the following file: