Relative get method for reading a char value.
Reads the next two bytes at this buffer's current position, composing them into a char value according to the current byte order, and then increments the position by two.
BufferUnderflowException
| If there are fewer than two bytes remaining in this buffer |
Diagram: Buffer