android.util
Class PrintWriterPrinter

java.lang.Object
  extended by android.util.PrintWriterPrinter
All Implemented Interfaces:
Printer

public class PrintWriterPrinter
extends Object
implements Printer


Constructor Summary
PrintWriterPrinter(PrintWriter pw)
           
 
Method Summary
 void println(String x)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

PrintWriterPrinter

public PrintWriterPrinter(PrintWriter pw)
Method Detail

println

public void println(String x)
Specified by:
println in interface Printer


Copyright © 2008-2012. All Rights Reserved.