[
https://issues.apache.org/jira/browse/IO-682?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17173846#comment-17173846
]
Sebb commented on IO-682:
-------------------------
Thanks for the suggestion, however AFAICT the requirement is already supported
by the following code:
IOUtils.buffer(Reader).lines()
I'm not sure it's worth the extra methods and ongoing maintenance effort to
reduce this to
IOUtils.lines(Reader)
> Add lines() methods for InputStream and Reader.
> -----------------------------------------------
>
> Key: IO-682
> URL: https://issues.apache.org/jira/browse/IO-682
> Project: Commons IO
> Issue Type: Improvement
> Components: Utilities
> Reporter: Isira Seneviratne
> Priority: Major
> Fix For: 2.8
>
> Time Spent: 0.5h
> Remaining Estimate: 0h
>
> Add lines() methods that return a Stream object for InputStream and Reader.
--
This message was sent by Atlassian Jira
(v8.3.4#803005)