R T

R

readDouble() - Method in class TextInput
Reads one double from input stream.
readInt() - Method in class TextInput
Reads one int from input stream.
readLine() - Method in class TextInput
Reads a line of text from input stream, consumming the end-of-line character(s).
readLong() - Method in class TextInput
Reads one long from input stream.
readToken() - Method in class TextInput
Reads one token from input stream using whitespace as delimiter.
readWord() - Method in class TextInput
Reads one English word from input stream.

T

TextInput - class TextInput.
A TextInput object encapsulates a stream of text connected
to an actual input stream (InputStream or Reader).
TextInput() - Constructor for class TextInput
Creates a TextInput object connected to the keyboard.
TextInput(InputStream) - Constructor for class TextInput
Creates a TextInput object encapsulating an InputStream.
TextInput(Reader) - Constructor for class TextInput
Creates a TextInput object encapsulating a Reader.

R T