| Interface | Description | |
|---|---|---|
| Console | A Console can read and write. | |
| InteractiveConsole | An InteractiveConsole can interact with the user and the system using standard streams : standard input (stdin), standard output (stdout) and standard error (stderr). |
| Class | Description | |
|---|---|---|
| VirtualConsole | The VirtualConsole class emulate a console with stdout, stderr and stdin streams. |