Read numeric fields from binary streams
| C# | Visual Basic | Visual C++ |
public static class ByteIO
Public NotInheritable Class ByteIO
public ref class ByteIO abstract sealed
| All Members | Methods | ||||
| Icon | Member | Description |
|---|---|---|
| ReadU16(BinaryReader) |
Read big-endian Uint16 (e.g., firmware file header) from binary _stream
| |
| ReadU32(BinaryReader) |
Read big-endian Uint32 (e.g., firmware file header) from binary _stream
|
| Object | |
| ByteIO | |