android.util
public
class
android.util.PrintWriterPrinter
Summary
Public Constructors
Public Methods
clone,
equals,
finalize,
getClass,
hashCode,
notify,
notifyAll,
toString,
wait,
wait,
wait
Details
Public Constructors
public
PrintWriterPrinter(PrintWriter pw)
Create a new Printer that sends to a PrintWriter object.
Parameters
pw
| The PrintWriter 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.