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