[]
        
(Showing Draft Content)

CSJ2K.j2k.entropy.encoder.ByteOutputBuffer.getByte

getByte Method

getByte(int)

Returns the byte buffered at the given position in the buffer. The position in the buffer is the index of the 'write()' method call after the last call to 'reset()'.

Declaration
public virtual int getByte(int pos)
Parameters
Type Name Description
int pos

The position of the byte to return

Returns
Type Description
int

The value (betweeb 0-255) of the byte at position 'pos'.