android.util
Interface Printer
- All Known Implementing Classes:
- LogPrinter, PrintWriterPrinter, StringBuilderPrinter
public interface Printer
Simple interface for printing text, allowing redirection to various
targets. Standard implementations are LogPrinter,
StringBuilderPrinter, and
PrintWriterPrinter.
|
Method Summary |
void |
println(String x)
Write a line of text to the output. |
println
void println(String x)
- Write a line of text to the output. There is no need to terminate
the given string with a newline.
Please submit a feedback, bug or feature