Repository: commons-compress Updated Branches: refs/heads/master 742a3bfbb -> d0663f74d
COMPRESS-246 adapt package.html Project: http://git-wip-us.apache.org/repos/asf/commons-compress/repo Commit: http://git-wip-us.apache.org/repos/asf/commons-compress/commit/d0663f74 Tree: http://git-wip-us.apache.org/repos/asf/commons-compress/tree/d0663f74 Diff: http://git-wip-us.apache.org/repos/asf/commons-compress/diff/d0663f74 Branch: refs/heads/master Commit: d0663f74da632a73ec537b29eb5fb1145f3921a6 Parents: 742a3bf Author: Stefan Bodewig <[email protected]> Authored: Mon Jan 16 06:20:39 2017 +0100 Committer: Stefan Bodewig <[email protected]> Committed: Mon Jan 16 06:20:39 2017 +0100 ---------------------------------------------------------------------- .../commons/compress/compressors/snappy/package.html | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/commons-compress/blob/d0663f74/src/main/java/org/apache/commons/compress/compressors/snappy/package.html ---------------------------------------------------------------------- diff --git a/src/main/java/org/apache/commons/compress/compressors/snappy/package.html b/src/main/java/org/apache/commons/compress/compressors/snappy/package.html index 38fbf53..efef071 100644 --- a/src/main/java/org/apache/commons/compress/compressors/snappy/package.html +++ b/src/main/java/org/apache/commons/compress/compressors/snappy/package.html @@ -18,15 +18,15 @@ --> <body> - <p>Provides stream classes for decompressing streams using the + <p>Provides stream classes for the <a href="https://github.com/google/snappy">Snappy</a> algorithm.</p> <p>The raw Snappy format which only contains the compressed data - is supported by the <code>SnappyCompressorInputStream</code> - class while the so called "framing format" is implemented - by <code>FramedSnappyCompressorInputStream</code>. Note there - have been different versions of the fraing format specification, + is supported by the <code>SnappyCompressor*putStream</code> + classes while the so called "framing format" is implemented + by <code>FramedSnappyCompressor*putStream</code>. Note there + have been different versions of the framing format specification, the implementation in Commons Compress is based on the specification "Last revised: 2013-10-25".</p>
