[]
        
(Showing Draft Content)

CSJ2K.j2k.util.ISRandomAccessIO.read

read Method

read()

Reads a byte of data from the stream. Prior to reading, the stream is realigned at the byte level.

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

The byte read, as an int.

Implements