[]
        
(Showing Draft Content)

CSJ2K.j2k.util.ISRandomAccessIO.ByteOrdering

ByteOrdering Property

ByteOrdering

Returns the endianess (i.e., byte ordering) of multi-byte I/O operations. Always EndianType.BIG_ENDIAN since this class implements only big-endian.

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

Always EndianType.BIG_ENDIAN.

Implements
See Also