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] [Updated] (IO-458) Convert a list of Readers into single sequential Reader

     [ https://issues.apache.org/jira/browse/IO-458?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Joshua Gitlin updated IO-458:
-----------------------------
    Description: 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.  (was: 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.)

> 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
>              Labels: feature, newbie
>
> 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)