| Package | Description | 
|---|---|
| org.apache.commons.compress.compressors.gzip | Provides stream classes for compressing and decompressing
      streams using the GZip algorithm. | 
| Modifier and Type | Method and Description | 
|---|---|
| GzipParameters | GzipCompressorInputStream. getMetaData()Provides the stream's meta data - may change with each stream
 when decompressing concatenated streams. | 
| Constructor and Description | 
|---|
| GzipCompressorOutputStream(OutputStream out,
                          GzipParameters parameters)Creates a gzip compressed output stream with the specified parameters. | 
Copyright © 2018 The Apache Software Foundation. All rights reserved.