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:

  1. FileIn - A convenience class to read numeric data from a formatted input file.
  2. FileInLines - A convenience class to read lines of data as Strings from a formatted input file.
  3. FileOut - A class to write numeric and String data to a formatted output file.
  4. Fmt - A class to write formatted data to either the standard output stream or a String.
  5. StdIn - A class to read numeric data from the Standard Input Stream.
  6. StdInLines - A class to read lines of data from the Standard Input Stream.  Each line is read as a String.