fangfangli / cleartk

Automatically exported from code.google.com/p/cleartk
0 stars 0 forks source link

InstanceDataWriter slow because its not buffered #310

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
The speed of InstanceDataWriter is much faster if the output stream is 
buffered.  

    this.fileout = new BufferedOutputStream(new FileOutputStream(outputFile));

Original issue reported on code.google.com by philip.o...@oracle.com on 8 Jun 2012 at 3:38

GoogleCodeExporter commented 9 years ago

Original comment by steven.b...@gmail.com on 24 Jul 2012 at 5:29

GoogleCodeExporter commented 9 years ago
This issue was closed by revision r3928.

Original comment by steven.b...@gmail.com on 25 Jul 2012 at 6:55