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