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

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

    Return Value

    The next byte-aligned unsigned short (16 bit) from the input, as an int.
    See Also