| Package | Description | 
|---|---|
| org.apache.commons.compress.compressors.deflate | Provides a stream classes that allow (de)compressing streams
      using the DEFLATE algorithm. | 
| Constructor and Description | 
|---|
| DeflateCompressorInputStream(InputStream inputStream,
                            DeflateParameters parameters)Creates a new input stream that decompresses Deflate-compressed data
 from the specified input stream. | 
| DeflateCompressorOutputStream(OutputStream outputStream,
                             DeflateParameters parameters)Creates a Deflate compressed output stream with the specified parameters. | 
Copyright © 2018 The Apache Software Foundation. All rights reserved.