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

In This Topic
    readByte Method (BinaryDataInput)
    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.
    Exceptions
    ExceptionDescription
    If the end-of file was reached before getting all the necessary data.
    If an I/O error ocurred.
    See Also