ComponentOne PdfViewer for WPF and Silverlight
C1.WPF.PdfViewer.4.6.2 Assembly / CSJ2K.j2k.util Namespace / ISRandomAccessIO Class / readUnsignedByte Method

In This Topic
    readUnsignedByte Method (ISRandomAccessIO)
    In This Topic
    Reads an unsigned byte (8 bit) from the input.
    Syntax
    'Declaration
     
    
    Public Overridable Function readUnsignedByte() As Byte
    public virtual byte readUnsignedByte()

    Return Value

    The next byte-aligned unsigned 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