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