Joshua Gitlin created IO-458:
--------------------------------
Summary: Convert a list of Readers into single sequential Reader
Key: IO-458
URL: https://issues.apache.org/jira/browse/IO-458
Project: Commons IO
Issue Type: Improvement
Components: Streams/Writers
Reporter: Joshua Gitlin
Priority: Minor
The standard lib has an aniquated
[SequenceInputStream](http://docs.oracle.com/javase/7/docs/api/java/io/SequenceInputStream.html)
that takes an Enumeration of InputStreams and reads them sequentially into a
single InputStream. This is doing the same thing with Reader and using a
friendlier vararg param.
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)