Class DeflateCompressorOutputStream

All Implemented Interfaces:
Closeable, Flushable, AutoCloseable

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