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

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

                Author: ASF GitHub Bot
            Created on: 23/Dec/19 02:49
            Start Date: 23/Dec/19 02:49
    Worklog Time Spent: 10m 
      Work Description: coveralls commented on issue #99: IO-458: add 
SequenceReader
URL: https://github.com/apache/commons-io/pull/99#issuecomment-568335522
 
 
   
   [![Coverage 
Status](https://coveralls.io/builds/27758040/badge)](https://coveralls.io/builds/27758040)
   
   Coverage increased (+0.02%) to 89.508% when pulling 
**de6b684aac7563b290b130864a002f101c89173c on 
RobberPhex:IO-458-SequenceReader** into 
**e46146c67026956d3f48d44be5c4df0fb78d5a42 on apache:master**.
   
 
----------------------------------------------------------------
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:
[email protected]


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

    Worklog Id:     (was: 362391)
    Time Spent: 40m  (was: 0.5h)

> 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: 40m
>  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)

Reply via email to