Method | Description | |
---|---|---|
ReadUInt16BE ( this br ) : ushort |
Reads a ushort from Big Endian data
|
|
ReadUInt32BE ( this br ) : uint |
Reads a uint from Big Endian data
|
|
ReadUInt64BE ( this br ) : ulong |
Reads a ulong from Big Endian data
|
public static ReadUInt16BE ( this br ) : ushort | ||
br | this | |
return | ushort |
public static ReadUInt32BE ( this br ) : uint | ||
br | this | |
return | uint |
public static ReadUInt64BE ( this br ) : ulong | ||
br | this | |
return | ulong |