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