Click here to Skip to main content
15,867,141 members
Articles / General Programming / File

BufferedFileReader & BufferedFileWriter: extending BinaryReader and BinaryWriter using BufferedStream

Rate me:
Please Sign up or sign in to vote.
4.63/5 (7 votes)
8 Mar 2011CPOL 30.6K   10  
Simple helper classes to read/write files using BufferedStream plus a few handy methods (read/write structs or simple arrays)

Alternatives

Members may post updates or alternatives to this current article in order to show different approaches or add new features.

Please Sign up or sign in to vote.
17 Dec 2011Ragheed Al-Tayeb
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...
Please Sign up or sign in to vote.
16 Mar 2011I'm Chris
Unless I'm wrong, the FileStream is buffered, no?

License

This article, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)


Written By
France France
This member has not yet provided a Biography. Assume it's interesting and varied, and probably something to do with programming.

Comments and Discussions