public interface CharInput
Format
Modifier and Type | Method and 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.Copyright © 2024 uniVocity Software Pty Ltd. All rights reserved.