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 011270eb Add [IO-795] CharSequenceInputStream.reset() only works once new 256436e9 Refactor and pull up CharSequenceInputStream.Builder.setCharSequence() new 6d29faf9 Format tweak new 8acfd4c5 Add ChunkedOutputStream.Builder and refactor The 3 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 ++ .../apache/commons/io/build/AbstractOrigin.java | 44 ++++++++++- .../commons/io/build/AbstractOriginSupplier.java | 52 +++++++++---- .../commons/io/build/AbstractStreamBuilder.java | 45 +++++++++-- .../commons/io/input/AutoCloseInputStream.java | 54 +++++++++++++ .../io/input/BufferedFileChannelInputStream.java | 2 +- .../commons/io/input/CharSequenceInputStream.java | 20 +---- .../io/input/MemoryMappedFileInputStream.java | 2 +- .../apache/commons/io/input/ReaderInputStream.java | 3 +- .../commons/io/input/ReversedLinesFileReader.java | 2 +- .../commons/io/input/UncheckedBufferedReader.java | 3 +- .../commons/io/input/UncheckedFilterReader.java | 3 +- .../input/UnsynchronizedByteArrayInputStream.java | 3 +- .../commons/io/output/ChunkedOutputStream.java | 89 +++++++++++++++++++--- .../commons/io/output/FileWriterWithEncoding.java | 3 +- .../commons/io/output/LockableFileWriter.java | 3 +- .../commons/io/input/AutoCloseInputStreamTest.java | 33 +++++++- .../commons/io/output/ChunkedOutputStreamTest.java | 52 +++++++++---- .../commons/io/output/LockableFileWriterTest.java | 2 +- 19 files changed, 344 insertions(+), 77 deletions(-)