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/23 14:58:00 UTC

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

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

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

                Author: ASF GitHub Bot
            Created on: 23/Dec/19 14:57
            Start Date: 23/Dec/19 14:57
    Worklog Time Spent: 10m 
      Work Description: asfgit commented on pull request #99: IO-458: Add a SequenceReader
URL: https://github.com/apache/commons-io/pull/99
 
 
   
 
----------------------------------------------------------------
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: 362549)
    Time Spent: 1h 10m  (was: 1h)

> 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
>         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)