Class GzipCompressorOutputStream

All Implemented Interfaces:
Closeable, Flushable, AutoCloseable

Compressed output stream using the gzip format. This implementation improves over the standard GZIPOutputStream class by allowing the configuration of the compression level and the header metadata (file name, comment, modification time, operating system and extra flags).
See Also: