xref: /aosp_15_r20/external/apache-commons-compress/README.md (revision ba8755cb0ae00084b4d58129cd522613d3299f27)
1*ba8755cbSAndroid Build Coastguard Worker<!---
2*ba8755cbSAndroid Build Coastguard Worker Licensed to the Apache Software Foundation (ASF) under one or more
3*ba8755cbSAndroid Build Coastguard Worker contributor license agreements.  See the NOTICE file distributed with
4*ba8755cbSAndroid Build Coastguard Worker this work for additional information regarding copyright ownership.
5*ba8755cbSAndroid Build Coastguard Worker The ASF licenses this file to You under the Apache License, Version 2.0
6*ba8755cbSAndroid Build Coastguard Worker (the "License"); you may not use this file except in compliance with
7*ba8755cbSAndroid Build Coastguard Worker the License.  You may obtain a copy of the License at
8*ba8755cbSAndroid Build Coastguard Worker
9*ba8755cbSAndroid Build Coastguard Worker      http://www.apache.org/licenses/LICENSE-2.0
10*ba8755cbSAndroid Build Coastguard Worker
11*ba8755cbSAndroid Build Coastguard Worker Unless required by applicable law or agreed to in writing, software
12*ba8755cbSAndroid Build Coastguard Worker distributed under the License is distributed on an "AS IS" BASIS,
13*ba8755cbSAndroid Build Coastguard Worker WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
14*ba8755cbSAndroid Build Coastguard Worker See the License for the specific language governing permissions and
15*ba8755cbSAndroid Build Coastguard Worker limitations under the License.
16*ba8755cbSAndroid Build Coastguard Worker-->
17*ba8755cbSAndroid Build Coastguard Worker<!---
18*ba8755cbSAndroid Build Coastguard Worker +======================================================================+
19*ba8755cbSAndroid Build Coastguard Worker |****                                                              ****|
20*ba8755cbSAndroid Build Coastguard Worker |****      THIS FILE IS GENERATED BY THE COMMONS BUILD PLUGIN      ****|
21*ba8755cbSAndroid Build Coastguard Worker |****                    DO NOT EDIT DIRECTLY                      ****|
22*ba8755cbSAndroid Build Coastguard Worker |****                                                              ****|
23*ba8755cbSAndroid Build Coastguard Worker +======================================================================+
24*ba8755cbSAndroid Build Coastguard Worker | TEMPLATE FILE: readme-md-template.md                                 |
25*ba8755cbSAndroid Build Coastguard Worker | commons-build-plugin/trunk/src/main/resources/commons-xdoc-templates |
26*ba8755cbSAndroid Build Coastguard Worker +======================================================================+
27*ba8755cbSAndroid Build Coastguard Worker |                                                                      |
28*ba8755cbSAndroid Build Coastguard Worker | 1) Re-generate using: mvn commons:readme-md                          |
29*ba8755cbSAndroid Build Coastguard Worker |                                                                      |
30*ba8755cbSAndroid Build Coastguard Worker | 2) Set the following properties in the component's pom:              |
31*ba8755cbSAndroid Build Coastguard Worker |    - commons.componentid (required, alphabetic, lower case)          |
32*ba8755cbSAndroid Build Coastguard Worker |    - commons.release.version (required)                              |
33*ba8755cbSAndroid Build Coastguard Worker |                                                                      |
34*ba8755cbSAndroid Build Coastguard Worker | 3) Example Properties                                                |
35*ba8755cbSAndroid Build Coastguard Worker |                                                                      |
36*ba8755cbSAndroid Build Coastguard Worker |  <properties>                                                        |
37*ba8755cbSAndroid Build Coastguard Worker |    <commons.componentid>math</commons.componentid>                   |
38*ba8755cbSAndroid Build Coastguard Worker |    <commons.release.version>1.2</commons.release.version>            |
39*ba8755cbSAndroid Build Coastguard Worker |  </properties>                                                       |
40*ba8755cbSAndroid Build Coastguard Worker |                                                                      |
41*ba8755cbSAndroid Build Coastguard Worker +======================================================================+
42*ba8755cbSAndroid Build Coastguard Worker--->
43*ba8755cbSAndroid Build Coastguard WorkerApache Commons Compress
44*ba8755cbSAndroid Build Coastguard Worker===================
45*ba8755cbSAndroid Build Coastguard Worker
46*ba8755cbSAndroid Build Coastguard Worker[![Build Status](https://travis-ci.org/apache/commons-compress.svg)](https://travis-ci.org/apache/commons-compress)
47*ba8755cbSAndroid Build Coastguard Worker[![Coverage Status](https://coveralls.io/repos/apache/commons-compress/badge.svg)](https://coveralls.io/r/apache/commons-compress)
48*ba8755cbSAndroid Build Coastguard Worker[![Maven Central](https://maven-badges.herokuapp.com/maven-central/org.apache.commons/commons-compress/badge.svg)](https://maven-badges.herokuapp.com/maven-central/org.apache.commons/commons-compress/)
49*ba8755cbSAndroid Build Coastguard Worker[![License](https://img.shields.io/:license-apache-blue.svg)](https://www.apache.org/licenses/LICENSE-2.0.html)
50*ba8755cbSAndroid Build Coastguard Worker
51*ba8755cbSAndroid Build Coastguard WorkerApache Commons Compress software defines an API for working with
52*ba8755cbSAndroid Build Coastguard Workercompression and archive formats.  These include: bzip2, gzip, pack200,
53*ba8755cbSAndroid Build Coastguard Workerlzma, xz, Snappy, traditional Unix Compress, DEFLATE, DEFLATE64, LZ4,
54*ba8755cbSAndroid Build Coastguard WorkerBrotli, Zstandard and ar, cpio, jar, tar, zip, dump, 7z, arj.
55*ba8755cbSAndroid Build Coastguard Worker
56*ba8755cbSAndroid Build Coastguard WorkerDocumentation
57*ba8755cbSAndroid Build Coastguard Worker-------------
58*ba8755cbSAndroid Build Coastguard Worker
59*ba8755cbSAndroid Build Coastguard WorkerMore information can be found on the [Apache Commons Compress homepage](https://commons.apache.org/proper/commons-compress).
60*ba8755cbSAndroid Build Coastguard WorkerThe [Javadoc](https://commons.apache.org/proper/commons-compress/javadocs/api-release) can be browsed.
61*ba8755cbSAndroid Build Coastguard WorkerQuestions related to the usage of Apache Commons Compress should be posted to the [user mailing list][ml].
62*ba8755cbSAndroid Build Coastguard Worker
63*ba8755cbSAndroid Build Coastguard WorkerWhere can I get the latest release?
64*ba8755cbSAndroid Build Coastguard Worker-----------------------------------
65*ba8755cbSAndroid Build Coastguard WorkerYou can download source and binaries from our [download page](https://commons.apache.org/proper/commons-compress/download_compress.cgi).
66*ba8755cbSAndroid Build Coastguard Worker
67*ba8755cbSAndroid Build Coastguard WorkerAlternatively you can pull it from the central Maven repositories:
68*ba8755cbSAndroid Build Coastguard Worker
69*ba8755cbSAndroid Build Coastguard Worker```xml
70*ba8755cbSAndroid Build Coastguard Worker<dependency>
71*ba8755cbSAndroid Build Coastguard Worker  <groupId>org.apache.commons</groupId>
72*ba8755cbSAndroid Build Coastguard Worker  <artifactId>commons-compress</artifactId>
73*ba8755cbSAndroid Build Coastguard Worker  <version>1.18</version>
74*ba8755cbSAndroid Build Coastguard Worker</dependency>
75*ba8755cbSAndroid Build Coastguard Worker```
76*ba8755cbSAndroid Build Coastguard Worker
77*ba8755cbSAndroid Build Coastguard WorkerContributing
78*ba8755cbSAndroid Build Coastguard Worker------------
79*ba8755cbSAndroid Build Coastguard Worker
80*ba8755cbSAndroid Build Coastguard WorkerWe accept Pull Requests via GitHub. The [developer mailing list][ml] is the main channel of communication for contributors.
81*ba8755cbSAndroid Build Coastguard WorkerThere are some guidelines which will make applying PRs easier for us:
82*ba8755cbSAndroid Build Coastguard Worker+ No tabs! Please use spaces for indentation.
83*ba8755cbSAndroid Build Coastguard Worker+ Respect the code style.
84*ba8755cbSAndroid Build Coastguard Worker+ Create minimal diffs - disable on save actions like reformat source code or organize imports. If you feel the source code should be reformatted create a separate PR for this change.
85*ba8755cbSAndroid Build Coastguard Worker+ Provide JUnit tests for your changes and make sure your changes don't break any existing tests by running ```mvn clean test```.
86*ba8755cbSAndroid Build Coastguard Worker
87*ba8755cbSAndroid Build Coastguard WorkerIf you plan to contribute on a regular basis, please consider filing a [contributor license agreement](https://www.apache.org/licenses/#clas).
88*ba8755cbSAndroid Build Coastguard WorkerYou can learn more about contributing via GitHub in our [contribution guidelines](CONTRIBUTING.md).
89*ba8755cbSAndroid Build Coastguard Worker
90*ba8755cbSAndroid Build Coastguard WorkerLicense
91*ba8755cbSAndroid Build Coastguard Worker-------
92*ba8755cbSAndroid Build Coastguard WorkerThis code is under the [Apache Licence v2](https://www.apache.org/licenses/LICENSE-2.0).
93*ba8755cbSAndroid Build Coastguard Worker
94*ba8755cbSAndroid Build Coastguard WorkerSee the `NOTICE.txt` file for required notices and attributions.
95*ba8755cbSAndroid Build Coastguard Worker
96*ba8755cbSAndroid Build Coastguard WorkerDonations
97*ba8755cbSAndroid Build Coastguard Worker---------
98*ba8755cbSAndroid Build Coastguard WorkerYou like Apache Commons Compress? Then [donate back to the ASF](https://www.apache.org/foundation/contributing.html) to support the development.
99*ba8755cbSAndroid Build Coastguard Worker
100*ba8755cbSAndroid Build Coastguard WorkerAdditional Resources
101*ba8755cbSAndroid Build Coastguard Worker--------------------
102*ba8755cbSAndroid Build Coastguard Worker
103*ba8755cbSAndroid Build Coastguard Worker+ [Apache Commons Homepage](https://commons.apache.org/)
104*ba8755cbSAndroid Build Coastguard Worker+ [Apache Issue Tracker (JIRA)](https://issues.apache.org/jira/browse/COMPRESS)
105*ba8755cbSAndroid Build Coastguard Worker+ [Apache Commons Twitter Account](https://twitter.com/ApacheCommons)
106*ba8755cbSAndroid Build Coastguard Worker+ `#apache-commons` IRC channel on `irc.freenode.org`
107*ba8755cbSAndroid Build Coastguard Worker
108*ba8755cbSAndroid Build Coastguard Worker[ml]:https://commons.apache.org/mail-lists.html
109