List of usage examples for io.netty.handler.codec.compression ZlibDecoder subclass-usage
From source file tp.MyJZLibDecoder.java
public class MyJZLibDecoder extends ZlibDecoder { private final Inflater z = new Inflater(); private byte[] dictionary; private volatile boolean finished; private int totalBytes = 0;