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

In This Topic
    readByte Method (ISRandomAccessIO)
    In This Topic
    Reads a byte of data from the stream.
    Syntax
    'Declaration
     
    
    Public Overridable Function readByte() As Byte
    public virtual byte readByte()

    Return Value

    The byte read, as an int in the range [0-255].
    Exceptions
    ExceptionDescription
    If the end-of file was reached.
    If an I/O error ocurred.
    See Also