Posts Tagged ‘filestrea’

FileStream v/s StreamReader and StreamWriter

The AppRiver dev team is studying for MSTCS 70-536. These are some observations and notes from those classes. FileStream v/s StreamReader & StreamWriter FS supports random access. FS returns byte arrays. SR/SW use strings. If SR/SW is created with a file path instead of a stream, a FS is implicitly created. When to use them [...]

Continue reading »