| commit | 6d56a8e84993a6ae42d897d27a460d46f44d3eff | [log] [tgz] |
|---|---|---|
| author | Android Build Coastguard Worker <[email protected]> | Thu Dec 19 16:05:38 2024 -0800 |
| committer | Android Build Coastguard Worker <[email protected]> | Thu Dec 19 16:05:38 2024 -0800 |
| tree | 222f8abdf6ffe75617b2a376679fd408ebee8382 | |
| parent | 0c4d7b72e49a04598d65c566f44504b95342d75a [diff] | |
| parent | f90c1ab05714aba6ad48212ac10b557e16618c96 [diff] |
Snap for 12829911 from f90c1ab05714aba6ad48212ac10b557e16618c96 to 25Q2-release Change-Id: Ie58d3cb069eb4f411c584f0c74ce6f9856cf7ba7
The Apache Commons IO library contains utility classes, stream implementations, file filters, file comparators, endian transformation classes, and much more.
More information can be found on the Apache Commons IO homepage. The Javadoc can be browsed. Questions related to the usage of Apache Commons IO should be posted to the [user mailing list][ml].
You can download source and binaries from our download page.
Alternatively, you can pull it from the central Maven repositories:
<dependency> <groupId>commons-io</groupId> <artifactId>commons-io</artifactId> <version>2.15.0</version> </dependency>
Building requires a Java JDK and Apache Maven. The required Java version is found in the pom.xml as the maven.compiler.source property.
From a command shell, run mvn without arguments to invoke the default Maven goal to run all tests and checks.
We accept Pull Requests via GitHub. The developer mailing list is the main channel of communication for contributors. There are some guidelines which will make applying PRs easier for us:
mvn.If you plan to contribute on a regular basis, please consider filing a contributor license agreement. You can learn more about contributing via GitHub in our contribution guidelines.
This code is licensed under the Apache License v2.
See the NOTICE.txt file for required notices and attributions.
You like Apache Commons IO? Then donate back to the ASF to support development.
#apache-commons IRC channel on irc.freenode.orgPlease see the list of components