Android
android.util
public class

android.util.StringBuilderPrinter

java.lang.Object
android.util.StringBuilderPrinter Printer

Implementation of a Printer that sends its output to a StringBuilder.

Summary

Public Constructors

            StringBuilderPrinter(StringBuilder builder)
Create a new Printer that sends to a StringBuilder object.

Public Methods

          void  println(String x)
Write a line of text to the output.
Methods inherited from class java.lang.Object
Methods inherited from interface android.util.Printer

Details

Public Constructors

public StringBuilderPrinter(StringBuilder builder)

Create a new Printer that sends to a StringBuilder object.

Parameters

builder The StringBuilder where you would like output to go.

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