English | Site Directory

Android - An Open Handset Alliance Project

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.
Build m5-rc15i - 10 Jun 2008 13:54