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

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

    Return Value

    The next byte-aligned signed long (64 bit) from the input.
    See Also