commit | cce505d1244e7a77eec12980252d5f1d70280ae1 | [log] [tgz] |
---|---|---|
author | proneel <proneel@gmail.com> | Wed Jul 29 15:28:58 2020 -0400 |
committer | GitHub <noreply@github.com> | Wed Jul 29 15:28:58 2020 -0400 |
tree | 542700f82f37ead1c968ebb366db6be1ed8caac2 | |
parent | 0dbe95715197c3c9b8c983c0b9acbe87d5cee34d [diff] |
[IO-679] input.AbstractCharacterFilterReader passes count of chars read (#132) A bug in the read(final char[] cbuf, final int off, final int len) method causes the filter function to receive the count of chars read instead of iteratively getting each char code point This affects subclasses CharacterFilterReader and CharacterSetFilterReader also. Added to tests to cover the bug Co-authored-by: Guptan <I23223@poweradvocate.com>
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.7</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