Unit 'externalreader' Package
[Overview][Classes][Index] [#fcl-res]

TExternalResourceReader.Endianess

The byte order used in the file

Declaration

Source position: externalreader.pp line 61

public property TExternalResourceReader.Endianess : Byte
  read fEndianess;

Description

This property holds the byte order (endianess) of the file that has been read.

Remark: Obviously, this property is meaningful only after a file has been read.

See also

EXT_ENDIAN_BIG

  

The file uses big endian byte order

EXT_ENDIAN_LITTLE

  

The file uses little endian byte order


Documentation generated on: Jan 30 2024