ByteBuffer.get

Relative <i>get</i> method. Reads the byte at this buffer's current position, and then increments the position.

@return The byte at the buffer's current position

@throws BufferUnderflowException If the buffer's current position is not smaller than its limit

Meta