All Classes and Interfaces
Class
Description
Console which is based on provided readers and writers.
Mirrors
java.io.Console to allow implementations to work as drop-in replacement for this
class.Creates an implementation of
de.audioattack.io.Console which wraps
java.io.Console or which provides a fallback implementation
in case the former is not available.Contains convenience methods which make usage of
de.audioattack.io.Console as easy as using
PrintStream.