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 BufferedOutputStream to write to a slow OutputStream #18

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
Implememnt a BufferedOutputStream

* Data are temporary written to a memory buffer
* a new Thread writes them to the disk

This is to speed up data output.

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