|
Class Summary |
| Format |
Provides true C-style printf(), scanf() etc functionality with any
number of parameters.
|
| FormatReader |
Provides formatted output a'la true C-style scanf() with any number of
parameters. |
| FormatString |
If you are using the same format string over and over again, then use
this (precompiled) version of a format string to increase speed
[JDK1.0.2 compatible]. |
| FormatWriter |
Provides formatted output a'la true C-style printf() with any number of
parameters. |
| Parameters |
Provides arbitrary number of parameters of any type to any method
[JDK1.0.2 compatible]. |