| Package | Description |
|---|---|
| acm.io |
This package includes two classes that simplify I/O operations.
|
| acm.program |
This package provides a set of classes that simplify the creation of programs.
|
| Class and Description |
|---|
| IOConsole
The
IOConsole class makes it easier to interact with
the user using text-based input and output in the style of a
traditional console. |
| IOModel
The
IOModel interface defines the input and output methods
supported by both the IOConsole
and IODialog classes. |
| Class and Description |
|---|
| IOConsole
The
IOConsole class makes it easier to interact with
the user using text-based input and output in the style of a
traditional console. |
| IODialog
The
IODialog class provides a simple, dialog-based mechanism
for interacting with the user. |
| IOModel
The
IOModel interface defines the input and output methods
supported by both the IOConsole
and IODialog classes. |