Class DeflateCompressorOutputStream

All Implemented Interfaces:
Closeable, Flushable, AutoCloseable

public class DeflateCompressorOutputStream extends CompressorOutputStream<DeflaterOutputStream>
Deflate compressor. Calling flush()

Calling flush() flushes the encoder and calls outputStream.flush(). All buffered pending data will then be decompressible from the output stream. Calling this function very often may increase the compressed file size a lot.

Since:
1.9