Directory Freebies VS CheatSheet Forum

RSS

Email

Translate

Home About Archive Privacy Contact Advertise Guest Post
Posted by Shahar Y on Apr 4th, 2008 | Filed under C# | 2 Comments

BinaryReader is a class that reads primitive data types as binary values in a specific encoding (see MSDN for more details). The usage of this class is to read sequences of bytes usually created by reading a file, getting data from sockets and retrieving data from memory. After having the stream of bytes, we may [...]


Continue Reading...