#include <iosfwd>#include <streambuf>#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 |
| class | zypp::gzstream_detail::fgzstreambuf |
| class | zypp::gzstream_detail::fXstream< _BStream, _StreamBuf > |
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.5.3