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 c5b2f7c57 Bump commons.bytebuddy.version from 1.18.4 to 1.18.7.
add f115b1054 Add ProxyReader.setReference(Reader)
add 8fb3ee7cb Add tests
add a475675f2 Make ProxyOutputStream.unrwap() public
add 5d98b952e Add ProxyWriter.unwrap()
add faac3725a Javadoc
No new revisions were added by this update.
Summary of changes:
src/changes/changes.xml | 4 +++
.../apache/commons/io/input/ProxyInputStream.java | 5 +++-
.../org/apache/commons/io/input/ProxyReader.java | 29 ++++++++++++++++++++++
.../commons/io/output/ProxyOutputStream.java | 8 ++++--
.../org/apache/commons/io/output/ProxyWriter.java | 16 ++++++++++++
.../commons/io/input/ProxyInputStreamTest.java | 19 ++++++++++++++
.../apache/commons/io/input/ProxyReaderTest.java | 21 ++++++++++++++++
.../commons/io/output/ProxyOutputStreamTest.java | 5 ++++
.../apache/commons/io/output/ProxyWriterTest.java | 7 ++++++
9 files changed, 111 insertions(+), 3 deletions(-)