TZlibTransport.this

Constructs a new zlib transport.

Parameters

transport TTransport

The underlying transport to wrap.

urbufSize size_t

The size of the uncompressed reading buffer, in bytes.

crbufSize size_t

The size of the compressed reading buffer, in bytes.

uwbufSize size_t

The size of the uncompressed writing buffer, in bytes.

cwbufSize size_t

The size of the compressed writing buffer, in bytes.

Meta