Input
that hides the exceptions that can happen when opening a file. As with Input
all errors during use of the iterator result in a message output to the standard error and program termination. This class is useful for people new to Java since it allows them to write programs using input from a file without having to fully understand the read / parse / handle exceptions model of the standard Java classes. Once exceptions and object chaining are covered this class ought not to be used, it is definitely just an "early stepping stone" utility class for initial learning.
@author Russel Winder @version 2005-08-10
|
|
|
|
|
|
|
|
|
|
|
|