You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@commons.apache.org by "ASF GitHub Bot (Jira)" <ji...@apache.org> on 2019/12/22 01:41:00 UTC

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

     [ https://issues.apache.org/jira/browse/IO-458?focusedWorklogId=362218&page=com.atlassian.jira.plugin.system.issuetabpanels:worklog-tabpanel#worklog-362218 ]

ASF GitHub Bot logged work on IO-458:
-------------------------------------

                Author: ASF GitHub Bot
            Created on: 22/Dec/19 01:40
            Start Date: 22/Dec/19 01:40
    Worklog Time Spent: 10m 
      Work Description: RobberPhex commented on pull request #99: IO-458: add SequenceReader
URL: https://github.com/apache/commons-io/pull/99
 
 
   <https://issues.apache.org/jira/browse/IO-458>
 
----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
users@infra.apache.org


Issue Time Tracking
-------------------

            Worklog Id:     (was: 362218)
    Remaining Estimate: 0h
            Time Spent: 10m

> 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, SequenceReader.diff
>
>          Time Spent: 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)