close
The Wayback Machine - https://web.archive.org/web/20160817152229/https://developer.android.com/reference/android/util/StringBuilderPrinter.html
Skip to content

Most visited

Recently visited

navigation
Added in API level 1

StringBuilderPrinter

public class StringBuilderPrinter
extends Object implements Printer

java.lang.Object
   ↳ android.util.StringBuilderPrinter


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.

Inherited methods

BERJAYAFrom class java.lang.Object
BERJAYAFrom interface android.util.Printer

Public constructors

StringBuilderPrinter

Added in API level 1
StringBuilderPrinter (StringBuilder builder)

Create a new Printer that sends to a StringBuilder object.

Parameters
builder StringBuilder: The StringBuilder where you would like output to go.

Public methods

println

Added in API level 1
void println (String x)

Write a line of text to the output. There is no need to terminate the given string with a newline.

Parameters
x String
This site uses cookies to store your preferences for site-specific language and display options.

Hooray!

This class requires API level or higher

This doc is hidden because your selected API level for the documentation is . You can change the documentation API level with the selector above the left navigation.

For more information about specifying the API level your app requires, read Supporting Different Platform Versions.