BinaryReader and BinaryWriter are used to read and write to and from a number of different stream types, not just local files. Some of these streams may be communicating with devices that require Big-endian format data and it would be extremely useful if BinaryReader and BinaryWriter supported this.
Version Currently Used
Please wait...