ComponentOne PDF for .NET
CSJ2K.j2k.io Namespace / RandomAccessIO Interface / readUnsignedInt Method

In This Topic
    readUnsignedInt Method (RandomAccessIO)
    In This Topic
    Should read an unsigned int (i.e., 32 bit) from the input. It is returned as a long since Java does not have an unsigned short type. Prior to reading, the input should be realigned at the byte level.
    Syntax
    'Declaration
     
    
    Function readUnsignedInt() As Long
    long readUnsignedInt()

    Return Value

    The next byte-aligned unsigned int (32 bit) from the input, as a long.
    See Also