You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@commons.apache.org by "Joshua Gitlin (JIRA)" <ji...@apache.org> on 2014/10/18 22:45:33 UTC

[jira] [Created] (IO-458) Convert a list of Readers into single sequential Reader

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)