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