You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@commons.apache.org by "Gary D. Gregory (Jira)" <ji...@apache.org> on 2019/12/23 15:17:00 UTC

[jira] [Resolved] (IO-458) Add a SequenceReader similar to java.io.SequenceInputStream

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

Gary D. Gregory resolved IO-458.
--------------------------------
    Fix Version/s: 2.7
       Resolution: Fixed

In git master. Please verify and close.

> Add a SequenceReader similar to java.io.SequenceInputStream
> -----------------------------------------------------------
>
>                 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
>             Fix For: 2.7
>
>         Attachments: SequenceReader.diff, SequenceReader.diff
>
>          Time Spent: 1h 10m
>  Remaining Estimate: 0h
>
> 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
(v8.3.4#803005)