CharInputReaderAbstractCharInputReader, ConcurrentCharInputReader, DefaultCharInputReader, LookaheadCharInputReaderpublic interface CharInput
Format| Modifier and Type | Method | Description |
|---|---|---|
char |
getChar() |
Returns the last character returned by the
nextChar() method. |
char |
nextChar() |
Returns the next character in the input.
|
char nextChar()
char getChar()
nextChar() method.nextChar() method.'\0' if there are no more characters in the input or if the CharInput is stopped.