Write a word value, big endian.
Source position: streamex.pp line 337
procedure TStreamHelper.WriteWordBE( |
w: Word |
); |
w |
|
The word value to write to stream. |
WriteWordBE writes a Word-sized value to the stream, big-endian (MSB first).
If not all data (2 bytes) can be written, an EWriteError exception is raised.
|
Read a Word from the stream, big endian. |
|
|
Write a DWord value, big endian. |
|
|
Write a QWord value, big endian. |