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

In This Topic
    read Method (RandomAccessIO)
    In This Topic
    Reads a byte of data from the stream. Prior to reading, the stream is realigned at the byte level.
    Syntax
    'Declaration
     
    
    Function read() As Byte
    byte read()

    Return Value

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