[]
        
(Showing Draft Content)

CSJ2K.j2k.io.BinaryDataInput.ByteOrdering

ByteOrdering Property

ByteOrdering

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 creatiuon time.

Declaration
int ByteOrdering { get; }
Property Value
Type Description
int

Either EndianType.BIG_ENDIAN or EndianType.LITTLE_ENDIAN

See Also