Index

A C D F P R W 
All Classes and Interfaces|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.Console to allow implementations to work as drop-in replacement for this class.
ConsoleCreator - Class in de.audioattack.io
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.
ConsolePrintDecorator - Class in de.audioattack.io
Contains convenience methods which make usage of de.audioattack.io.Console as easy as using PrintStream.
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.Console which is problematic to use since it is not available in some environments and is a common cause of NullPointerExceptions.

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 a Reader associated with the console.
reader() - Method in interface de.audioattack.io.Console
Gets a Reader associated with the console.
reader() - Method in class de.audioattack.io.ConsolePrintDecorator
Gets a Reader associated 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 a PrintWriter associated with the console.
writer() - Method in interface de.audioattack.io.Console
Gets a PrintWriter associated with the console.
writer() - Method in class de.audioattack.io.ConsolePrintDecorator
Gets a PrintWriter associated with the console.
A C D F P R W 
All Classes and Interfaces|All Packages