This is an automated email from the ASF dual-hosted git repository.

ggregory pushed a change to branch master
in repository https://gitbox.apache.org/repos/asf/commons-io.git.


    from bae40a5  Rename test class.
     new e193348  Sort members.
     new c89d9da  Sort members.
     new 9bb9b04  Add IOConsumer.noop().
     new d8c1aa1  Move license header to the top of the file.
     new b7df6fb  Javadoc.
     new 587a035  Add constructor ThresholdingOutputStream(int, IOConsumer, 
IOFunction) and make the class concrete.
     new 81ba7d7  - IOUtils.toByteArray(InputStream) should used an 
unsynchronized ByteArrayOutputStream internally. - Improve Javadoc for 
IOUtils.copy(InputStream OutputStream).

The 7 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "add" were already present in the repository and have only
been added to this reference.


Summary of changes:
 src/changes/changes.xml                            |   6 +
 src/main/java/org/apache/commons/io/IOUtils.java   |   5 +-
 .../org/apache/commons/io/function/IOConsumer.java |  17 ++
 .../apache/commons/io/output/NullOutputStream.java |   2 +-
 .../io/output/ThresholdingOutputStream.java        | 185 ++++++++++++---------
 .../org/apache/commons/io/IOUtilsTestCase.java     |  20 +--
 .../IOConsumerTest.java}                           |  42 ++---
 .../apache/commons/io/function/IOFunctionTest.java | 136 +++++++--------
 .../io/output/ThresholdingOutputStreamTest.java    |  60 ++++++-
 9 files changed, 282 insertions(+), 191 deletions(-)
 copy src/test/java/org/apache/commons/io/{output/ClosedOutputStreamTest.java 
=> function/IOConsumerTest.java} (53%)

Reply via email to