|
libzypp
17.25.7
|
#include <iosfwd>#include <streambuf>#include <vector>#include <zlib.h>#include <zypp/base/SimpleStreambuf.h>#include <zypp/base/fXstream.h>

Go to the source code of this file.
Classes | |
| struct | zypp::gzstream_detail::ZlibError |
| Helper class to ship zlib errors. More... | |
| class | zypp::gzstream_detail::gzstreambufimpl |
| Streambuffer reading or writing gzip files. More... | |
Namespaces | |
| zypp | |
| Easy-to use interface to the ZYPP dependency resolver. | |
| zypp::gzstream_detail | |
Typedefs | |
| using | zypp::gzstream_detail::fgzstreambuf = detail::SimpleStreamBuf< gzstreambufimpl > |
| typedef detail::fXstream< std::istream, gzstream_detail::fgzstreambuf > | zypp::ifgzstream |
| istream reading gzip files as well as plain files. More... | |
| typedef detail::fXstream< std::ostream, gzstream_detail::fgzstreambuf > | zypp::ofgzstream |
| ostream writing gzip files. More... | |