Reads the byte at the current position and advances the position by 1.
@return the byte at the current position.
@throws BufferUnderflowException if the buffer position has reached the limit.
See Implementation
Reads the byte at the current position and advances the position by 1.
@return the byte at the current position.
@throws BufferUnderflowException if the buffer position has reached the limit.