Click here to Skip to main content
15,892,643 members
Articles / Programming Languages / C#

BinaryIO: Easily Read and Write Binary Streams in a Platform Independent Manner

Rate me:
Please Sign up or sign in to vote.
5.00/5 (1 vote)
19 Mar 2020MIT3 min read 6.9K   143   5  
BinaryReader and BinaryWriter can be used to parse or write binary files more easily and in a portable manner
BinaryReader and BinaryWriter fill a hole in Microsoft's Base Class Library by providing an easy to use class to read and write binary streams to and from byte arrays or numeric values in a platform independent manner.

Views

Daily Counts

Downloads

Weekly Counts

License

This article, along with any associated source code and files, is licensed under The MIT License


Written By
United States United States
Just a shiny lil monster. Casts spells in C++. Mostly harmless.

Comments and Discussions