rutz::gzstreambuf Class Reference
A std::streambuf implementation that handles gzip-encoded data.
More...
#include <rutz/gzstreambuf.h>
List of all members.
|
Public Member Functions |
| gzstreambuf (const char *name, int om, bool throw_exception=false) |
bool | is_open () |
void | ensure_open () |
void | close () |
virtual int | underflow () |
virtual int | overflow (int c) |
virtual int | sync () |
Detailed Description
A std::streambuf implementation that handles gzip-encoded data.
Definition at line 50 of file gzstreambuf.h.
The documentation for this class was generated from the following files: