~ubuntu-branches/ubuntu/utopic/libcommons-compress-java/utopic

« back to all changes in this revision

Viewing changes to src/main/java/org/apache/commons/compress/compressors/lzma/package.html

  • Committer: Package Import Robot
  • Author(s): Emmanuel Bourg
  • Date: 2013-11-02 13:55:47 UTC
  • mfrom: (1.1.5)
  • Revision ID: package-import@ubuntu.com-20131102135547-nhcubj3ae7rv6t13
Tags: 1.6-1
* New upstream release
* Updated Standards-Version to 3.9.5 (no changes)
* Build depend on debhelper >= 9
* Removed the unused debian/orig-tar.sh script

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
<html>
 
2
<!--
 
3
 
 
4
   Licensed to the Apache Software Foundation (ASF) under one or more
 
5
   contributor license agreements.  See the NOTICE file distributed with
 
6
   this work for additional information regarding copyright ownership.
 
7
   The ASF licenses this file to You under the Apache License, Version 2.0
 
8
   (the "License"); you may not use this file except in compliance with
 
9
   the License.  You may obtain a copy of the License at
 
10
 
 
11
       http://www.apache.org/licenses/LICENSE-2.0
 
12
 
 
13
   Unless required by applicable law or agreed to in writing, software
 
14
   distributed under the License is distributed on an "AS IS" BASIS,
 
15
   WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
 
16
   See the License for the specific language governing permissions and
 
17
   limitations under the License.
 
18
 
 
19
-->
 
20
  <body>
 
21
    <p>Provides a stream class decompressing streams using the
 
22
      "stand-alone" LZMA algorithm.</p>
 
23
 
 
24
    <p>The class in this package is a wrapper around {@link
 
25
      org.tukaani.xz.LZMAInputStream org.tukaani.xz.LZMAInputStream}
 
26
      and provided by the public
 
27
      domain <a href="http://tukaani.org/xz/java.html">XZ for Java</a>
 
28
      library.</p>
 
29
 
 
30
    <p>In general you should prefer the more modern and robust XZ
 
31
      format over stand-alone LZMA compression.</p>
 
32
  </body>
 
33
</html>