Class GzipStatefulCodec

java.lang.Object
io.datarouter.bytes.compress.gzip.GzipStatefulCodec
All Implemented Interfaces:
Codec<byte[],byte[]>

public class GzipStatefulCodec extends Object implements Codec<byte[],byte[]>
Currently reuses ByteArrayOutputStreams. Could be enhanced to reuse the Gzip streams, but that is non-trivial. Not thread safe.