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 b3408278 Javadoc
     new a040bc60 Javadoc
     new 570c7969 Javadoc
     new 2655f26f Javadoc
     new ed78419e Javadoc
     new 2c50e674 Javadoc
     new 2c57a80a Javadoc
     new bfdcfc0c Javadoc
     new 0bd02aeb Javadoc
     new a02c526f Javadoc
     new bd3c2d9b Javadoc
     new 940a6523 Javadoc
     new ed613307 Javadoc
     new 9bf29a76 Replace new StringInputStream  with existing 
CharSequenceInputStream

The 13 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                            |  5 +-
 .../commons/io/filefilter/WildcardFileFilter.java  | 12 +--
 .../apache/commons/io/input/BOMInputStream.java    |  8 +-
 .../io/input/BufferedFileChannelInputStream.java   |  8 +-
 .../commons/io/input/CharSequenceInputStream.java  | 61 +++++++++++++++
 .../input/MessageDigestCalculatingInputStream.java |  6 +-
 .../apache/commons/io/input/QueueInputStream.java  |  2 +-
 .../io/input/RandomAccessFileInputStream.java      |  4 +-
 .../commons/io/input/ReadAheadInputStream.java     |  4 +-
 .../apache/commons/io/input/StringInputStream.java | 88 ----------------------
 .../java/org/apache/commons/io/input/Tailer.java   | 28 +++----
 .../input/UnsynchronizedByteArrayInputStream.java  |  6 +-
 .../apache/commons/io/input/XmlStreamReader.java   | 16 ++--
 .../io/output/DeferredFileOutputStream.java        |  8 +-
 .../commons/io/output/FileWriterWithEncoding.java  | 24 +++---
 .../commons/io/output/LockableFileWriter.java      | 18 ++---
 .../UnsynchronizedByteArrayOutputStream.java       |  4 +-
 .../commons/io/output/WriterOutputStream.java      | 14 ++--
 .../apache/commons/io/output/XmlStreamWriter.java  |  8 +-
 .../java/org/apache/commons/io/CopyUtilsTest.java  |  4 +-
 .../apache/commons/io/DemuxInputStreamTest.java    |  4 +-
 .../java/org/apache/commons/io/IOUtilsTest.java    |  4 +-
 .../commons/io/input/BOMInputStreamTest.java       |  2 +-
 .../io/input/CharSequenceInputStreamTest.java      | 17 ++++-
 .../commons/io/input/CountingInputStreamTest.java  |  4 +-
 .../commons/io/input/StringInputStreamTest.java    | 47 ------------
 .../io/input/UncheckedFilterInputStreamTest.java   |  4 +-
 .../io/input/WindowsLineEndingInputStreamTest.java |  2 +-
 .../commons/io/input/XmlStreamReaderTest.java      |  4 +-
 .../io/input/XmlStreamReaderUtilitiesTest.java     |  2 +-
 .../XmlStreamReaderUtilitiesCompatibilityTest.java |  4 +-
 31 files changed, 182 insertions(+), 240 deletions(-)
 delete mode 100644 
src/main/java/org/apache/commons/io/input/StringInputStream.java
 delete mode 100644 
src/test/java/org/apache/commons/io/input/StringInputStreamTest.java

Reply via email to