GitHub user lazar2606 opened a pull request:
https://github.com/apache/commons-compress/pull/63
(doc) fix the error in the gzip compression example
1. GZipCompressorOutputStream does not exist
2. BufferedInputStream is invalid class for creating output stream
You can merge this pull request into a Git repository by running:
$ git pull https://github.com/lazar2606/commons-compress master
Alternatively you can review and apply these changes as the patch at:
https://github.com/apache/commons-compress/pull/63.patch
To close this pull request, make a commit to your master/trunk branch
with (at least) the following in the commit message:
This closes #63
----
commit 8204af35edc8024b23e453cf2a76202dd575bfaa
Author: Marchenko Sergey <sergey@...>
Date: 2018-03-31T18:02:54Z
fix the error in the gzip compression example
----
---