Repository: commons-compress
Updated Branches:
  refs/heads/master f763ccc0b -> af0f6c83a


framed LZ4 also supports concatenated streams.


Project: http://git-wip-us.apache.org/repos/asf/commons-compress/repo
Commit: http://git-wip-us.apache.org/repos/asf/commons-compress/commit/d6cda401
Tree: http://git-wip-us.apache.org/repos/asf/commons-compress/tree/d6cda401
Diff: http://git-wip-us.apache.org/repos/asf/commons-compress/diff/d6cda401

Branch: refs/heads/master
Commit: d6cda4012ec24ef9512220f586cca241b7da4da4
Parents: f763ccc
Author: Stefan Bodewig <[email protected]>
Authored: Sun May 6 12:08:16 2018 +0200
Committer: Stefan Bodewig <[email protected]>
Committed: Sun May 6 12:08:16 2018 +0200

----------------------------------------------------------------------
 src/site/xdoc/examples.xml | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/commons-compress/blob/d6cda401/src/site/xdoc/examples.xml
----------------------------------------------------------------------
diff --git a/src/site/xdoc/examples.xml b/src/site/xdoc/examples.xml
index 98f9846..0f6294c 100644
--- a/src/site/xdoc/examples.xml
+++ b/src/site/xdoc/examples.xml
@@ -105,7 +105,8 @@ CompressorInputStream input = new CompressorStreamFactory()
       </subsection>
 
       <subsection name="Concatenated Streams">
-        <p>For the bzip2, gzip and xz formats a single compressed file
+        <p>For the bzip2, gzip and xz formats as well as the framed
+        lz4 format a single compressed file
         may actually consist of several streams that will be
         concatenated by the command line utilities when decompressing
         them.  Starting with Commons Compress 1.4 the

Reply via email to