ComponentOne PdfViewer for WPF and Silverlight
C1.WPF.PdfViewer.4.6.2 Assembly / CSJ2K.j2k.util Namespace / ISRandomAccessIO Class / ByteOrdering Property

In This Topic
    ByteOrdering Property (ISRandomAccessIO)
    In This Topic
    Returns the endianess (i.e., byte ordering) of multi-byte I/O operations. Always EndianType.BIG_ENDIAN since this class implements only big-endian.
    Syntax
    'Declaration
     
    
    Public Overridable ReadOnly Property ByteOrdering As Integer
    public virtual int ByteOrdering {get;}

    Property Value

    Always EndianType.BIG_ENDIAN.
    See Also