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

In This Topic
    readByte Method (BufferedRandomAccessFile)
    In This Topic
    Reads an unsigned byte of data from the stream. Prior to reading, the stream is realigned at the byte level.
    Syntax
    'Declaration
     
    
    Public Function readByte() As Byte
    public byte readByte()

    Return Value

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