ReadableBuffer.get

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.

Meta