#include <istream>
#include <ostream>
#include <streambuf>
#include <zlib.h>
Go to the source code of this file.
Namespaces | |
namespace | rutz |
Classes | |
class | rutz::gzstreambuf |
A std::streambuf implementation that handles gzip-encoded data. More... | |
Functions | |
shared_ptr< std::ostream > | rutz::ogzopen (const fstring &filename, std::ios::openmode flags) |
shared_ptr< std::ostream > | rutz::ogzopen (const char *filename, std::ios::openmode flags=std::ios::openmode(0)) |
Overload. | |
shared_ptr< std::istream > | rutz::igzopen (const fstring &filename, std::ios::openmode flags) |
shared_ptr< std::istream > | rutz::igzopen (const char *filename, std::ios::openmode flags=std::ios::openmode(0)) |
Overload. |
Definition in file gzstreambuf.h.