See: Description
| Class | Description | 
|---|---|
| GzipCompressorInputStream | Input stream that decompresses .gz files. | 
| GzipCompressorOutputStream | Compressed output stream using the gzip format. | 
| GzipParameters | Parameters for the GZIP compressor. | 
| GzipUtils | Utility code for the gzip compression format. | 
Provides stream classes for compressing and decompressing streams using the GZip algorithm.
The classes in this package are wrappers around java.util.zip.GZIPInputStream and
      java.util.zip.GZIPOutputStream.
Copyright © 2018 The Apache Software Foundation. All rights reserved.