Package ucb.io

Interface Summary
StdIO A collection of useful definitions for standalone applications.
 

Class Summary
FormatReader Provides formatted input of text, with format specifications similar to scanf from the standard C library.
FormatWriter Provides for printf-like formatted output of text.
InputItem Represents a data item having one of several different types.
 

Exception Summary
FormatException Signals that a program has supplied an invalid format string or has tried to satisfy a format with an item of the wrong type.