65.9K
CodeProject is changing. Read more.
Home

BufferedFileReader & BufferedFileWriter: extending BinaryReader and BinaryWriter using BufferedStream

starIconstarIconstarIconstarIconstarIcon

5.00/5 (3 votes)

Dec 11, 2011

CPOL
viewsIcon

10516

Hi Olivier,First, thank you for your helpful post here and I'd like introduce some suggestion that might help to increase the performance of the Read & Write methods (of arrays such as ReadIntArray, ReadFloatArray and WriteIntArray, .... etc.). My suggestion is to make use of the...