[]
        
(Showing Draft Content)

CSJ2K.j2k.util.ISRandomAccessIO.readByte

readByte Method

readByte()

Reads a byte of data from the stream.

Declaration
public virtual byte readByte()
Returns
Type Description
byte

The byte read, as an int in the range [0-255].

Implements