#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 |
| typedef fXstream<std::istream,fgzstreambuf> ifgzstream |
istream reading gzip files as well as plain files.
| typedef fXstream<std::ostream,fgzstreambuf> ofgzstream |
ostream writing gzip files.
1.5.3