Android
android.util
public interface

android.util.Printer

android.util.Printer

Simple interface for printing text, allowing redirection to various targets. Standard implementations are LogPrinter, StringBuilderPrinter, and PrintWriterPrinter.

Known Indirect Subclasses

Summary

Public Methods

          void  println(String x)
Write a line of text to the output.

Details

Public Methods

public void println(String x)

Write a line of text to the output. There is no need to terminate the given string with a newline.
Copyright 2007 Google Inc. Build 0.9_r1-98467 - 14 Aug 2008 18:48