Example usage for io.netty.handler.codec.compression ZlibDecoder subclass-usage

List of usage examples for io.netty.handler.codec.compression ZlibDecoder subclass-usage

Introduction

In this page you can find the example usage for io.netty.handler.codec.compression ZlibDecoder subclass-usage.

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;