ComponentOne PdfViewer for WPF and Silverlight
C1.WPF.PdfViewer.4.6.2 Assembly / CSJ2K.j2k.io Namespace / BinaryDataInput Interface / readUnsignedByte Method

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

    Return Value

    The next byte-aligned unsigned byte (8 bit) from the input, as an int.
    Exceptions
    ExceptionDescription
    If the end-of file was reached before getting all the necessary data.
    If an I/O error ocurred.
    See Also