# Print output for @column tags ?> PrintWriterPrinter - Android SDK | Android Developers

Most visited


Recently visited


PrintWriterPrinter

public class PrintWriterPrinter
extends Object implements Printer

java.lang.Object
   ↳ android.util.PrintWriterPrinter


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

Summary


Public constructors

PrintWriterPrinter(PrintWriter pw)

Create a new Printer that sends to a PrintWriter object.

Public methods

void println(String x)

Write a line of text to the output.

Inherited methods

Public constructors


PrintWriterPrinter

public PrintWriterPrinter (PrintWriter pw)

Create a new Printer that sends to a PrintWriter object.

Parameters
pw PrintWriter: The PrintWriter where you would like output to go.

Public methods


println

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.

Parameters
x String

Browse this site in English?

You requested a page in English, but your language preference for this site is English.

Would you like to change your language preference and browse this site in English? If you want to change your language preference later, use the language menu at the bottom of each page.