7#ifndef __WVGZIPSTREAM_H
8#define __WVGZIPSTREAM_H
28 readchain.append(
new WvGzipEncoder(readmode),
true);
29 writechain.append(
new WvGzipEncoder(writemode),
true);
31 virtual ~WvGzipStream() { }
34 const char *wstype()
const {
return "WvGzipStream"; }
WvEncoderStream chains a series of encoders on the input and output ports of the underlying stream to...
WvEncoderChain writechain
Encoder chain through which output data is passed.
WvEncoderChain readchain
Encoder chain through which input data is passed.
WvEncoderStream(WvStream *cloned)
Creates an encoder stream.
A stream implementing Gzip compression and decompression.
WvStream()
Basic constructor for just a do-nothing WvStream.