commit | d9237fcadb398f514beddf35c8933a9fc5925a5d | [log] [tgz] |
---|---|---|
author | maxxedev <5051664+maxxedev@users.noreply.github.com> | Thu Dec 10 11:23:52 2020 -0800 |
committer | GitHub <noreply@github.com> | Thu Dec 10 14:23:52 2020 -0500 |
tree | 97b6ee8793d55461652ecb0567eafc8d86cd7022 | |
parent | cc6d571c46c9a1879a975424bb9421df755454c5 [diff] |
Add QueueInput/OutputStream as simpler alternatives to PipedInput/OutputStream (#171) * Add QueueInput/OutputStream as simpler alternatives to PipedInput/OutputStream. PipedInput/OutputStream in JDK can have surprisingly complex behavior with respect to how threads need to be arranged. QueueInput/OutputStream are much simpler alternatives that is easier to use correctly. * add more tests for edge cases * remove static imports on Objects::requireNonNull * improve documentation and exception handling
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.
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.8.0</version> </dependency>
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 clean test
.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 under the Apache Licence v2.
See the NOTICE.txt
file for required notices and attributions.
You like Apache Commons IO? Then donate back to the ASF to support the development.
#apache-commons
IRC channel on irc.freenode.org