I misunderstood COMPRESS-381
Project: http://git-wip-us.apache.org/repos/asf/commons-compress/repo Commit: http://git-wip-us.apache.org/repos/asf/commons-compress/commit/29c3f35b Tree: http://git-wip-us.apache.org/repos/asf/commons-compress/tree/29c3f35b Diff: http://git-wip-us.apache.org/repos/asf/commons-compress/diff/29c3f35b Branch: refs/heads/master Commit: 29c3f35bb9d0a870f505b550c5932e7e7bfe4887 Parents: 432118a Author: Stefan Bodewig <bode...@apache.org> Authored: Sat Feb 4 17:12:59 2017 +0100 Committer: Stefan Bodewig <bode...@apache.org> Committed: Sat Feb 4 17:12:59 2017 +0100 ---------------------------------------------------------------------- src/site/xdoc/examples.xml | 5 ----- 1 file changed, 5 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/commons-compress/blob/29c3f35b/src/site/xdoc/examples.xml ---------------------------------------------------------------------- diff --git a/src/site/xdoc/examples.xml b/src/site/xdoc/examples.xml index 7683d99..bfb39fc 100644 --- a/src/site/xdoc/examples.xml +++ b/src/site/xdoc/examples.xml @@ -52,11 +52,6 @@ in <code>Buffered<em>(In|Out)</em>putStream</code>s before using the Commons Compress API.</p> - <p>When (de)compressing smaller files you may even benefit - from reading the whole file to uncompress into memory before - decompressing it or compressing to a - <code>ByteArrayOutputStream</code> so all operations happen in - memory.</p> </subsection> <subsection name="Factories">