android.util
public
class
android.util.StringBuilderPrinter
Summary
Public Constructors
Public Methods
clone,
equals,
finalize,
getClass,
hashCode,
notify,
notifyAll,
toString,
wait,
wait,
wait
Details
Public Constructors
public
StringBuilderPrinter(StringBuilder builder)
Create a new Printer that sends to a StringBuilder object.
Parameters
builder
| The StringBuilder where you would like output to go.
|
Public Methods
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.