[]
        
(Showing Draft Content)

CSJ2K.j2k.io.BufferedRandomAccessFile.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 byte read()
Returns
Type Description
byte

The byte read, as an int.

Implements