Click here to Skip to main content
15,868,051 members
Articles / General Programming / File
Alternative
Tip/Trick

BufferedFileReader & BufferedFileWriter: extending BinaryReader and BinaryWriter using BufferedStream

Rate me:
Please Sign up or sign in to vote.
4.00/5 (1 vote)
16 Mar 2011CPOL 10.7K   2   4
Unless I'm wrong, the FileStream is buffered, no?
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
CEO Free SAS
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

 
GeneralYes. The ReadStruct<T> function may help me for some situati... Pin
Đỗ Hồng Ngọc17-Mar-11 2:09
professionalĐỗ Hồng Ngọc17-Mar-11 2:09 
GeneralHi Olivier, I don't think your class is faster. For FileStr... Pin
Đỗ Hồng Ngọc15-Mar-11 5:18
professionalĐỗ Hồng Ngọc15-Mar-11 5:18 
GeneralRe: All right, so just forget about my buffered classes :) You c... Pin
Olivier Levrey16-Mar-11 23:08
Olivier Levrey16-Mar-11 23:08 
GeneralYou are not wrong, <CODE>FileStream</CODE> is buffered. The ... Pin
Olivier Levrey14-Mar-11 23:52
Olivier Levrey14-Mar-11 23:52 

General General    News News    Suggestion Suggestion    Question Question    Bug Bug    Answer Answer    Joke Joke    Praise Praise    Rant Rant    Admin Admin   

Use Ctrl+Left/Right to switch messages, Ctrl+Up/Down to switch threads, Ctrl+Shift+Left/Right to switch pages.