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

In This Topic
    readByte Method (RandomAccessIO)
    In This Topic
    Should read a signed byte (i.e., 8 bit) from the input. reading, the input should be realigned at the byte level.
    Syntax
    'Declaration
     
    
    Function readByte() As Byte
    byte readByte()

    Return Value

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