Skip navigation links
C E F I L P R 

C

close() - Method in class IO.ConsoleInput
Close the input connection.
close() - Method in class IO.FileInput
Close the input file.
close() - Method in class IO.FileOutput
Close the output file or channel.
ConsoleInput - Class in IO
This is a convenience class for reading ints, doubles and Strings from the console.
ConsoleInput() - Constructor for class IO.ConsoleInput
Open the input connection.

E

eof() - Method in class IO.FileInput
Returns whether or not end-of-file has been reached.

F

FileInput - Class in IO
This class provides convenience methods for the reading of lines from space delimited files.
FileInput(String) - Constructor for class IO.FileInput
Open the input file.
FileOutput - Class in IO
Convenience class for printing to a file or to the console.
FileOutput(String) - Constructor for class IO.FileOutput
Open the output file.
FileOutput() - Constructor for class IO.FileOutput
Open an output channel to the console.

I

IO - package IO
 

L

loadFileAsDoubleArray() - Method in class IO.FileInput
Return the lines of the file in a double [].
loadFileAsDoubleList() - Method in class IO.FileInput
Return the lines of the file in an ArrayList<Double>.
loadFileAsIntArray() - Method in class IO.FileInput
Return the lines of the file in an int [].
loadFileAsIntegerList() - Method in class IO.FileInput
Return the lines of the file in an ArrayList<Integer>.
loadFileAsStringArray() - Method in class IO.FileInput
Return the lines of the file in a String [].
loadFileAsStringList() - Method in class IO.FileInput
Return the lines of the file in an ArrayList<String>.

P

print(int) - Method in class IO.FileOutput
Print an int to the output file or channel.
print(double) - Method in class IO.FileOutput
Print a double to the output file or channel.
print(char) - Method in class IO.FileOutput
Print a char to the output file or channel.
print(Object) - Method in class IO.FileOutput
Print an Object, e.g., a String, to the output file or channel.
print(String, int) - Method in class IO.FileOutput
Print a formatted int to the output file or channel.
print(String, double) - Method in class IO.FileOutput
Print a formatted double to the output file or channel.
print(String, String) - Method in class IO.FileOutput
Print a formatted String to the output file or channel.
print(String, int[]) - Method in class IO.FileOutput
Print a formatted int [] to the output file or channel.
print(String, double[]) - Method in class IO.FileOutput
Print a formatted double [] to the output file or channel.
print(String, String[]) - Method in class IO.FileOutput
Print a formatted String [] to the output file or channel.
println() - Method in class IO.FileOutput
Print a line-feed character to the output file or channel.
println(int) - Method in class IO.FileOutput
Print an int and line-feed character to the output file or channel.
println(double) - Method in class IO.FileOutput
Print a double and line-feed character to the output file or channel.
println(char) - Method in class IO.FileOutput
Print a char and line-feed character to the output file or channel.
println(Object) - Method in class IO.FileOutput
Print an Object, e.g., a String, and line-feed character to the output file or channel.
println(String, int) - Method in class IO.FileOutput
Print a formatted int and line-feed character to the output file or channel.
println(String, double) - Method in class IO.FileOutput
Print a formatted double and line-feed character to the output file or channel.
println(String, String) - Method in class IO.FileOutput
Print a formatted String and line-feed character to the output file or channel.
println(String, int[]) - Method in class IO.FileOutput
Print a formatted int [] and line-feed character to the output file or channel.
println(String, double[]) - Method in class IO.FileOutput
Print a formatted double [] and line-feed character to the output file or channel.
println(String, String[]) - Method in class IO.FileOutput
Print a formatted String [] and line-feed character to the output file or channel.

R

readDouble(String) - Method in class IO.ConsoleInput
Read a double.
readInt(String) - Method in class IO.ConsoleInput
Read an int.
readLine() - Method in class IO.FileInput
Read a line from the input file.
readLineDouble() - Method in class IO.FileInput
Read a line consisting of a single double from the input file.
readLineDoubles() - Method in class IO.FileInput
Read a line from the input file.
readLineInt() - Method in class IO.FileInput
Read a line consisting of a single int from the input file.
readLineInts() - Method in class IO.FileInput
Read a line from the input file.
readLineTokens() - Method in class IO.FileInput
Read a line from the input file.
readString(String) - Method in class IO.ConsoleInput
Read a String.
C E F I L P R 
Skip navigation links