[]
        
(Showing Draft Content)

CSJ2K.j2k.entropy.encoder.ByteOutputBuffer.write

write Method

write(int)

Writes the specified byte to this byte array output stream. The functionality provided by this implementation is the same as for the one in the superclass, however this method is not synchronized and therefore not safe thread, but faster.

Declaration
public void write(int b)
Parameters
Type Name Description
int b

The byte to write