| The Message text: |
Hi!,
This email was created by [your name] who thought you would be interested in the following Article:
"ReadLine on Binary Stream" When you are reading data from a binary stream, like NetworkStream or FileStream and you need to read both binary chunks as well as read one text line at a time, you are on your own as BinaryReader nor Stream supports ReadLine. You can use StreamReader to do ReadLine, but it does not allow you [...]
CodeProject also contains hundreds of articles, free source code samples and applications to help in your day to day programming. Why not give it a try! |