This is an automated email from the ASF dual-hosted git repository.
garydgregory pushed a change to branch master
in repository https://gitbox.apache.org/repos/asf/commons-io.git
from 2746c147b Update description
add 60602c2ce Add Buffers clear() methods (#853)
No new revisions were added by this update.
Summary of changes:
src/main/java/org/apache/commons/io/Buffers.java | 299 +++++++
.../java/org/apache/commons/io/BuffersTest.java | 865 +++++++++++++++++++++
2 files changed, 1164 insertions(+)
create mode 100644 src/main/java/org/apache/commons/io/Buffers.java
create mode 100644 src/test/java/org/apache/commons/io/BuffersTest.java