[]
        
(Showing Draft Content)

CSJ2K.j2k.io.RandomAccessIO.write

write Method

write(byte)

Writes a byte to the stream. Prior to writing, the stream is realigned at the byte level.

Declaration
void write(byte b)
Parameters
Type Name Description
byte b

The byte to write. The lower 8 bits of b are written.