public abstract char getChar ()

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.

Returns:  The char value at the buffer's current position

Exceptions:
BufferUnderflowException     If there are fewer than two bytes remaining in this buffer