[Overview][Constants][Classes][Index] |
Read a QWord from the stream, big endian
Source position: streamex.pp line 192
function TStreamHelper.ReadQWordBE: QWord; |
The QWord value
ReadWordBE reads a QWord 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 DWord from the stream, big endian |
|
|
Write a QWord value, big endian |