A C D F P R W
All Classes All Packages
All Classes All Packages
All Classes All Packages
A
- append(char) - Method in class de.audioattack.io.ConsolePrintDecorator
-
Appends the specified character.
- append(CharSequence) - Method in class de.audioattack.io.ConsolePrintDecorator
-
Appends the specified character sequence.
- append(CharSequence, int, int) - Method in class de.audioattack.io.ConsolePrintDecorator
-
Appends a subsequence of the specified character sequence.
C
- CharacterDevice - Class in de.audioattack.io
-
Console which is based on provided readers and writers.
- checkError() - Method in class de.audioattack.io.ConsolePrintDecorator
-
Flushes the underlying stream and checks its error state.
- console() - Static method in class de.audioattack.io.ConsoleCreator
-
Gets an implementation of
de.audioattack.io.Console. - Console - Interface in de.audioattack.io
-
Mirrors
java.io.Consoleto allow implementations to work as drop-in replacement for this class. - ConsoleCreator - Class in de.audioattack.io
-
Creates an implementation of
de.audioattack.io.Consolewhich wrapsjava.io.Consoleor which provides a fallback implementation in case the former is not available. - ConsolePrintDecorator - Class in de.audioattack.io
-
Contains convenience methods which make usage of
de.audioattack.io.Consoleas easy as usingPrintStream. - ConsolePrintDecorator(Console) - Constructor for class de.audioattack.io.ConsolePrintDecorator
-
Constructor.
D
- de.audioattack.io - package de.audioattack.io
-
Provides a drop-in replacement for Java's
java.io.Consolewhich is problematic to use since it is not available in some environments and is a common cause ofNullPointerExceptions.
F
- flush() - Method in class de.audioattack.io.CharacterDevice
- flush() - Method in class de.audioattack.io.ConsolePrintDecorator
-
Flushes this ConsoleStringDecorator by writing any buffered output.
- format(String, Object...) - Method in class de.audioattack.io.CharacterDevice
-
Writes formatted String.
- format(String, Object...) - Method in interface de.audioattack.io.Console
-
Writes formatted String.
- format(String, Object...) - Method in class de.audioattack.io.ConsolePrintDecorator
-
Writes formatted String.
- format(Locale, String, Object...) - Method in class de.audioattack.io.ConsolePrintDecorator
-
Writes formatted String.
P
- print(boolean) - Method in class de.audioattack.io.ConsolePrintDecorator
-
Prints a boolean value.
- print(char) - Method in class de.audioattack.io.ConsolePrintDecorator
-
Prints a character.
- print(char[]) - Method in class de.audioattack.io.ConsolePrintDecorator
-
Prints a character array.
- print(double) - Method in class de.audioattack.io.ConsolePrintDecorator
-
Prints a double-precision floating-point number.
- print(float) - Method in class de.audioattack.io.ConsolePrintDecorator
-
Prints a floating-point number.
- print(int) - Method in class de.audioattack.io.ConsolePrintDecorator
-
Prints an integer.
- print(long) - Method in class de.audioattack.io.ConsolePrintDecorator
-
Prints a long integer.
- print(Object) - Method in class de.audioattack.io.ConsolePrintDecorator
-
Prints an object.
- print(String) - Method in class de.audioattack.io.ConsolePrintDecorator
-
Prints a string.
- printf(String, Object...) - Method in class de.audioattack.io.CharacterDevice
-
Convenience method which writes formatted String.
- printf(String, Object...) - Method in interface de.audioattack.io.Console
-
Convenience method which writes formatted String.
- printf(String, Object...) - Method in class de.audioattack.io.ConsolePrintDecorator
-
Convenience method which writes formatted String.
- printf(Locale, String, Object...) - Method in class de.audioattack.io.ConsolePrintDecorator
-
Convenience method which writes formatted String.
- println() - Method in class de.audioattack.io.ConsolePrintDecorator
-
Terminates the current line by writing the line separator string.
- println(boolean) - Method in class de.audioattack.io.ConsolePrintDecorator
-
Prints a boolean value and then terminates the line.
- println(char) - Method in class de.audioattack.io.ConsolePrintDecorator
-
Prints a character and then terminates the line.
- println(char[]) - Method in class de.audioattack.io.ConsolePrintDecorator
-
Prints a character array and then terminates the line.
- println(double) - Method in class de.audioattack.io.ConsolePrintDecorator
-
Prints a double-precision floating-point number and then terminates the line.
- println(float) - Method in class de.audioattack.io.ConsolePrintDecorator
-
Prints a floating-point number and then terminates the line.
- println(int) - Method in class de.audioattack.io.ConsolePrintDecorator
-
Prints an integer and then terminates the line.
- println(long) - Method in class de.audioattack.io.ConsolePrintDecorator
-
Prints a long integer and then terminates the line.
- println(Object) - Method in class de.audioattack.io.ConsolePrintDecorator
-
Prints an object and then terminates the line.
- println(String) - Method in class de.audioattack.io.ConsolePrintDecorator
-
Prints a string and then terminates the line.
R
- reader() - Method in class de.audioattack.io.CharacterDevice
-
Gets the
Readerassociated with the console. - reader() - Method in interface de.audioattack.io.Console
-
Gets the
Readerassociated with the console. - reader() - Method in class de.audioattack.io.ConsolePrintDecorator
-
Gets the
Readerassociated with the console. - readLine() - Method in class de.audioattack.io.CharacterDevice
-
Reads single line.
- readLine() - Method in interface de.audioattack.io.Console
-
Reads single line.
- readLine() - Method in class de.audioattack.io.ConsolePrintDecorator
-
Reads single line.
- readLine(String, Object...) - Method in class de.audioattack.io.CharacterDevice
-
Writes formatted prompt and reads single line.
- readLine(String, Object...) - Method in interface de.audioattack.io.Console
-
Writes formatted prompt and reads single line.
- readLine(String, Object...) - Method in class de.audioattack.io.ConsolePrintDecorator
-
Writes formatted prompt and reads single line.
- readPassword() - Method in class de.audioattack.io.CharacterDevice
-
Reads password.
- readPassword() - Method in interface de.audioattack.io.Console
-
Reads password.
- readPassword() - Method in class de.audioattack.io.ConsolePrintDecorator
-
Reads password.
- readPassword(String, Object...) - Method in class de.audioattack.io.CharacterDevice
-
Writes formatted prompt and reads password.
- readPassword(String, Object...) - Method in interface de.audioattack.io.Console
-
Writes formatted prompt and reads password.
- readPassword(String, Object...) - Method in class de.audioattack.io.ConsolePrintDecorator
-
Writes formatted prompt and reads password.
W
- writer() - Method in class de.audioattack.io.CharacterDevice
-
Gets the
PrintWriterassociated with the console. - writer() - Method in interface de.audioattack.io.Console
-
Gets the
PrintWriterassociated with the console. - writer() - Method in class de.audioattack.io.ConsolePrintDecorator
-
Gets the
PrintWriterassociated with the console.
All Classes All Packages