A E K L M P R W

A

ArrayIOUtils - class ArrayIOUtils.
 
ArrayIOUtils() - Constructor for class ArrayIOUtils
 

E

EOI_DOUBLE - Static variable in class KeyboardReader
Returned by the readDouble() method to indicate EOI.
EOI_INT - Static variable in class KeyboardReader
Returned by the readInt() method to indicate EOI.
EOI_STRING - Static variable in class KeyboardReader
Returned by the readString() method to indicate EOI.
ERROR_DOUBLE - Static variable in class KeyboardReader
Returned by the readDouble() method to indicate an error.
ERROR_INT - Static variable in class KeyboardReader
Returned by the readInt() method to indicate an error.
ERROR_MESSAGES - Static variable in class KeyboardReader
Controls the output of error messages to the console in response to inappropriate input.
ERROR_STRING - Static variable in class KeyboardReader
Returned by the readString() method to indicate an error.

K

KeyboardReader - class KeyboardReader.
A class to read strings and numbers from the keyboard.

L

LoadandPrint - class LoadandPrint.
 
LoadandPrint() - Constructor for class LoadandPrint
 
LoadDoubleArray() - Static method in class ArrayIOUtils
Loads data from a text file specified by user input.
LoadDoubleArray(String) - Static method in class ArrayIOUtils
Loads data from a text file.
LoadIntArray() - Static method in class ArrayIOUtils
Loads data from a text file specified by user input.
LoadIntArray(String) - Static method in class ArrayIOUtils
Loads data from a text file.

M

main(String[]) - Static method in class ArrayIOUtils
Tests the ArrayIOUtils methods.
main(String[]) - Static method in class KeyboardReader
Tests the KeyboardReader methods.
main(String[]) - Static method in class LoadandPrint
 

P

printDoubleArray(double[]) - Static method in class ArrayIOUtils
Prints double data to the screen.
printIntArray(int[]) - Static method in class ArrayIOUtils
Prints integer data to the screen.

R

readDouble() - Static method in class KeyboardReader
Reads a line of input and converts it into a double.
readInt() - Static method in class KeyboardReader
Reads a line of input and converts it into an int.
readString() - Static method in class KeyboardReader
Reads a line of character input.

W

writeDoubleArray(double[]) - Static method in class ArrayIOUtils
Writes double data to a file file name is specified by user input
writeDoubleArray(double[], String) - Static method in class ArrayIOUtils
Writes double data to a file

A E K L M P R W