[]
        
(Showing Draft Content)

CSJ2K.j2k.io.BufferedRandomAccessFile.readByte

readByte Method

readByte()

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

Declaration
public byte readByte()
Returns
Type Description
byte

The byte read.

Implements