See: Description
| Class | Description |
|---|---|
| PrintfFormat |
Object for formatting output in the same way as the C printf methodName.
|
| PrintfStream |
PrintStream which outputs primitive types using C printf
style formatting.
|
| PrintfWriter |
Writer class to output primitive types using C printf style
formatting.
|
| ScanfFormat |
Format object for scanning input in the same way as the C scanf methodName.
|
| ScanfReader |
A Reader which implements C scanf functionality.
|
| Exception | Description |
|---|---|
| ScanfMatchException |
Exception class used by the scan methods within ScanfReader when the input does not match the specified
format.
|