7 #ifndef __WVGZIPSTREAM_H 8 #define __WVGZIPSTREAM_H 34 const char *wstype()
const {
return "WvGzipStream"; }
A stream implementing Gzip compression and decompression.
WvEncoderStream chains a series of encoders on the input and output ports of the underlying stream to...
WvEncoderStream(WvStream *cloned)
Creates an encoder stream.
WvEncoderChain readchain
Encoder chain through which input data is passed.
WvEncoderChain writechain
Encoder chain through which output data is passed.
Unified support for streams, that is, sequences of bytes that may or may not be ready for read/write ...
void append(WvEncoder *enc, bool autofree)
Appends an encoder to the tail of the chain.
An encoder implementing Gzip encryption and decryption.