Library: Foundation
Package: Streams
Header: Poco/InflatingStream.h
This stream decompresses all data passing through it using zlib's inflate algorithm.
After all data has been written to the stream, close() must be called to ensure completion of decompression.
Direct Base Classes: InflatingIOS, std::ostream
All Base Classes: InflatingIOS, std::ios, std::ostream
Member Functions: close
Inherited Functions: rdbuf
InflatingOutputStream(
std::ostream & ostr,
InflatingStreamBuf::StreamType type = InflatingStreamBuf::STREAM_ZLIB
);
int close();