Class DeflaterWritableChunkChannel

java.lang.Object
com.e1c.g5.v8.internal.fastzip.chunk.DeflaterWritableChunkChannel
All Implemented Interfaces:
Closeable, AutoCloseable, Channel, WritableByteChannel

public class DeflaterWritableChunkChannel extends Object implements WritableByteChannel
A channel which compresses data with Deflater and writes it to a sequence of chunks provided by IChunkSupplier.