#include <iostream>
#include <vector>
#include <zlib.h>
Go to the source code of this file.
Classes | |
struct | ZlibError |
Helper class to ship zlib errors. More... | |
class | fgzstreambuf |
Streambuffer reading or writing gzip files. More... | |
class | fXstream< _BStream, _StreamBuf > |
Common template to define ifgzstream/ofgzstream reading/writing gzip files. More... | |
Typedefs | |
typedef fXstream< std::istream, fgzstreambuf > | ifgzstream |
typedef fXstream< std::ostream, fgzstreambuf > | ofgzstream |
|
istream reading gzip files as well as plain files. |
|
ostream writing gzip files. |