[
https://issues.apache.org/jira/browse/IO-510?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17223214#comment-17223214
]
Avin E.M edited comment on IO-510 at 10/29/20, 9:23 PM:
--------------------------------------------------------
[~ggregory]: Awesome! Would be nice to at least take in the suggestions [1]&[2]
if you're porting it from spark since it should be a very small change.
was (Author: avin):
[~ggregory]: Awesome! Would be nice to at least take in the suggestions [1]&[2]
if you're porting it as is since it should be a very small change.
> ReadAheadInputStream
> --------------------
>
> Key: IO-510
> URL: https://issues.apache.org/jira/browse/IO-510
> Project: Commons IO
> Issue Type: New Feature
> Components: Streams/Writers
> Reporter: David Mollitor
> Assignee: Gary D. Gregory
> Priority: Major
> Attachments: IO-510.1.patch, IO-510.2.patch
>
>
> Create a "ReadAheadInputStream". Such a feature would essentially be a
> BufferedInputStream that spawns a thread for asynchronous reading. The
> thread would continuously fill the buffer (if there was space) from the
> underlying InputStream. Thread would wait if buffer was full.
--
This message was sent by Atlassian Jira
(v8.3.4#803005)