Class DeflateInputStream

java.lang.Object
java.io.InputStream
org.apache.http.client.entity.DeflateInputStream
All Implemented Interfaces:
Closeable, AutoCloseable

public class DeflateInputStream extends InputStream
Deflate input stream. This class includes logic needed for various Rfc's in order to reasonably implement the "deflate" compression style.