FileDocCategorySizeDatePackage
Printer.javaAPI DocAndroid 1.5 API1079Wed May 06 22:41:56 BST 2009android.util

Printer

public interface Printer
Simple interface for printing text, allowing redirection to various targets. Standard implementations are {@link android.util.LogPrinter}, {@link android.util.StringBuilderPrinter}, and {@link android.util.PrintWriterPrinter}.

Fields Summary
Constructors Summary
Methods Summary
public voidprintln(java.lang.String x)
Write a line of text to the output. There is no need to terminate the given string with a newline.