android.util
Class PrintStreamPrinter

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

public class PrintStreamPrinter
extends Object
implements Printer


Constructor Summary
PrintStreamPrinter(PrintStream 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

PrintStreamPrinter

public PrintStreamPrinter(PrintStream pw)
Method Detail

println

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


Copyright © 2008-2012. All Rights Reserved.