hp1res / io-tools

Automatically exported from code.google.com/p/io-tools
BSD 3-Clause "New" or "Revised" License
0 stars 0 forks source link

Implement `ReadAheadInputStream` to read from a slow InputStream #17

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
Implement an InputStream that reads some bytes into a temporary buffer
(maybe using another thread) to speed up reading.

Original issue reported on code.google.com by dvd.s...@gmail.com on 23 Feb 2009 at 6:55