public interface Output extends DebugSink
| Modifier and Type | Method and Description |
|---|---|
void |
close()
Done with it, can be destroyed.
|
void |
print(Object o)
Output a message without a newline.
|
void |
printDebug(Object o)
Output a debug error message if getDebug() is currently true.
|
void |
printError(Object o)
Output a message to error output
|
void |
println(Object o)
Output a message with a newline.
|
void print(Object o)
void println(Object o)
void printError(Object o)
o - the Object to outputvoid printDebug(Object o)
o - the Object to outputvoid close()
Copyright © 2017. All rights reserved.