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

Joshua Gitlin updated IO-458:
-----------------------------
    Attachment: SequenceReader.diff

Diff file with SequenceReader class, method for IOUtils and unit test

> 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
>         Attachments: SequenceReader.diff
>
>
> 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)

Reply via email to