Package
Class
Tree
Deprecated
Index
Help
PREV NEXT
FRAMES
NO FRAMES
All Classes
A
C
D
E
I
O
P
R
A
available()
- Static method in class
In
Current available raw characters.
C
close()
- Static method in class
In
Close the current input file.
D
done()
- Static method in class
In
Check if the previous operation was successful.
E
eof
- Static variable in class
In
End of file indicator returned by read() or peek() when no more characters can be read.
I
In
- Class in
<Unnamed>
Simple input from the keyboard or from a file.
In()
- Constructor for class
In
O
open(String)
- Static method in class
In
Open a text file for reading The text file with the name fn is opened as the new current input file.
P
peek()
- Static method in class
In
Peek at the next character.
R
read()
- Static method in class
In
Read a raw character (byte).
readBoolean()
- Static method in class
In
Read a boolean value.
readChar()
- Static method in class
In
Read a character, but skip white spaces (byte).
readDouble()
- Static method in class
In
Read a double value.
readFile()
- Static method in class
In
Read the whole file.
readFloat()
- Static method in class
In
Read a float value.
readIdentifier()
- Static method in class
In
Read an identifier.
readInt()
- Static method in class
In
Read an integer.
readLine()
- Static method in class
In
Read a line of text.
readLong()
- Static method in class
In
Read a long integer.
readString()
- Static method in class
In
Read a quote-delimited string.
readWord()
- Static method in class
In
Read a word.
A
C
D
E
I
O
P
R
Package
Class
Tree
Deprecated
Index
Help
PREV NEXT
FRAMES
NO FRAMES
All Classes