Read a DWord from the stream, big endian.
Source position: streamex.pp line 335
function TStreamHelper.ReadDWordBE: dword; |
The DWord value.
ReadWordBE reads a DWord from the stream, big-endian (MSB first).
If not enough data is available an EReadError exception is raised.
|
Read a Word from the stream, big endian. |
|
|
Read a QWord from the stream, big endian. |
|
|
Write a DWord value, big endian. |