[]
        
(Showing Draft Content)

CSJ2K.j2k.util.ISRandomAccessIO.readUnsignedByte

readUnsignedByte Method

readUnsignedByte()

Reads an unsigned byte (8 bit) from the input.

Declaration
public virtual byte readUnsignedByte()
Public Overridable Function readUnsignedByte() As Byte
Returns
Type Description
byte

The next byte-aligned unsigned byte (8 bit) from the input.

Implements