PrintStream that does nothing
Constructor and description |
---|
DevNullPrintStream
() |
DevNullPrintStream
() |
Type Params | Return Type | Name and description |
---|---|---|
|
PrintStream |
append(java.lang.CharSequence csq) |
|
PrintStream |
append(java.lang.CharSequence csq, int start, int end) |
|
PrintStream |
append(char c) |
|
boolean |
checkError() |
|
protected void |
clearError() |
|
void |
close() |
|
void |
flush() |
|
PrintStream |
format(java.lang.String format, java.lang.Object[] args) |
|
PrintStream |
format(Locale l, java.lang.String format, java.lang.Object[] args) |
|
void |
print(boolean b) |
|
void |
print(char c) |
|
void |
print(int i) |
|
void |
print(long l) |
|
void |
print(float f) |
|
void |
print(double d) |
|
void |
print([C s) |
|
void |
print(java.lang.String s) |
|
void |
print(java.lang.Object obj) |
|
PrintStream |
printf(java.lang.String format, java.lang.Object[] args) |
|
PrintStream |
printf(Locale l, java.lang.String format, java.lang.Object[] args) |
|
void |
println() |
|
void |
println(boolean x) |
|
void |
println(char x) |
|
void |
println(int x) |
|
void |
println(long x) |
|
void |
println(float x) |
|
void |
println(double x) |
|
void |
println([C x) |
|
void |
println(java.lang.String x) |
|
void |
println(java.lang.Object x) |
|
protected void |
setError() |
|
void |
write(int b) |
|
void |
write([B buf, int off, int len) |
|
void |
write([B b) |