You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@commons.apache.org by "BELUGA BEHR (JIRA)" <ji...@apache.org> on 2016/06/20 14:22:05 UTC

[jira] [Created] (IO-510) ReadAheadInputStream

BELUGA BEHR created IO-510:
------------------------------

             Summary: ReadAheadInputStream
                 Key: IO-510
                 URL: https://issues.apache.org/jira/browse/IO-510
             Project: Commons IO
          Issue Type: New Feature
          Components: Streams/Writers
            Reporter: BELUGA BEHR


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
(v6.3.4#6332)