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

In This Topic
    readInt Method (RandomAccessIO)
    In This Topic
    Should read a signed int (i.e., 32 bit) from the input. Prior to reading, the input should be realigned at the byte level.
    Syntax
    'Declaration
     
    
    Function readInt() As Integer
    int readInt()

    Return Value

    The next byte-aligned signed int (32 bit) from the input.
    See Also