[]
Returns the endianness (i.e., byte ordering) of the implementing class. Note that an implementing class may implement only one type of endianness or both, which would be decided at creatiuon time.
int ByteOrdering { get; }
Type | Description |
---|---|
int | Either EndianType.BIG_ENDIAN or EndianType.LITTLE_ENDIAN |