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

In This Topic
    ByteOrdering Property (BufferedRandomAccessFile)
    In This Topic
    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.
    Syntax
    'Declaration
     
    
    Public Overridable ReadOnly Property ByteOrdering As Integer
    public virtual int ByteOrdering {get;}

    Property Value

    Either EndianType.BIG_ENDIAN or EndianType.LITTLE_ENDIAN
    See Also