Click here to Skip to main content
15,898,035 members
Articles / Programming Languages / C#

BinaryReader.ReadLine extension

Rate me:
Please Sign up or sign in to vote.
4.67/5 (2 votes)
31 May 2015CPOL1 min read 14.4K   3  
This helper add a ReadLine method to the BinaryReader. This allows programs to read both binary and text from the same stream.

Views

Daily Counts

License

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


Written By
Software Developer (Senior)
France France
I am a French programmer.
These days I spend most of my time with the .NET framework, JavaScript and html.

Comments and Discussions