Unit 'streamex' Package
[Overview][Constants][Classes][Index] [#fcl]

TStreamHelper.ReadWordLE

Read a Word from the stream, little endian.

Declaration

Source position: streamex.pp line 320

function TStreamHelper.ReadWordLE: Word;

Function result

The word value.

Description

ReadWordLE reads a word from the stream, little-endian (LSB first).

Errors

If not enough data is available an EReadError exception is raised.

See also

TStreamHelper.ReadDWordLE

  

Read a DWord from the stream, little endian.

TStreamHelper.ReadQWordLE

  

Read a QWord from the stream, little endian.

TStreamHelper.WriteWordLE

  

Write a word value, little endian.


Documentation generated on: Jul 24 2023