[]
Returns the endianess (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 creation time.
public virtual int ByteOrdering { get; }
Type | Description |
---|---|
int | Either EndianType.BIG_ENDIAN or EndianType.LITTLE_ENDIAN |