Package chapman.io contains I/O-related convenience classes.
Class Fmt permits a programmer to display numbers with a user-specified
precision. The remaining classes in the packages are convience classes
for reading and writing formatted data.
The classes in this package include:
-
FileIn - A convenience class to read numeric data from a formatted
input file.
-
FileInLines - A convenience class to read lines of data as Strings
from a formatted input file.
-
FileOut - A class to write numeric and String data to
a formatted output file.
-
Fmt - A class to write formatted data to either the standard output
stream or a String.
-
StdIn - A class to read numeric data from the Standard Input Stream.
-
StdInLines - A class to read lines of data from the Standard Input
Stream. Each line is read as a String.