Returns the char at the current position and increases the position by 1. @return the char at the current position. @exception BufferUnderflowException if the position is equal or greater than limit.
()
| 320 | * if the position is equal or greater than limit. |
| 321 | */ |
| 322 | public abstract char get(); |
| 323 | |
| 324 | /** |
| 325 | * Reads chars from the current position into the specified char array and |