Interfaces
 InterfaceDescription
 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).
Classes
 ClassDescription
 VirtualConsole The VirtualConsole class emulate a console with stdout, stderr and stdin streams.