android.util
Class StringBuilderPrinter

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

public class StringBuilderPrinter
extends Object
implements Printer


Constructor Summary
StringBuilderPrinter(StringBuilder builder)
           
 
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

StringBuilderPrinter

public StringBuilderPrinter(StringBuilder builder)
Method Detail

println

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


Copyright © 2008-2012. All Rights Reserved.