DZone can't read your mind. Tell us what you like! Login and vote now.
By shaharab
via dev102.com
Published: Apr 07 2008 / 08:45
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
Add your comment