Package de.audioattack.io
package de.audioattack.io
Provides a drop-in replacement for Java's
java.io.Console which is problematic to use
since it is not available in some environments and is a common cause of NullPointerExceptions.-
ClassDescriptionConsole which is based on provided readers and writers.Mirrors
java.io.Consoleto allow implementations to work as drop-in replacement for this class.Creates an implementation ofde.audioattack.io.Consolewhich wrapsjava.io.Consoleor which provides a fallback implementation in case the former is not available.Contains convenience methods which make usage ofde.audioattack.io.Consoleas easy as usingPrintStream.