Class InflateChannel

java.lang.Object
org.netpreserve.jwarc.InflateChannel
All Implemented Interfaces:
Closeable, AutoCloseable, Channel, ReadableByteChannel

public class InflateChannel extends Object implements ReadableByteChannel
A ReadableByteChannel inflating deflate-compressed content on read. Used to uncompress HTTP payload with header Content-Encoding: deflate.