ComponentOne PDF for .NET
CSJ2K.j2k.io Namespace / BEBufferedRandomAccessFile Class / readByte Method

In This Topic
    readByte Method (BEBufferedRandomAccessFile)
    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.
    See Also