Java.IO.PrintWriter Class
Wraps either an existing Java.IO.OutputStream or an existing Java.IO.Writer and provides convenience methods for printing common data types in a human readable format.

See Also: PrintWriter Members

Syntax

[Android.Runtime.Register("java/io/PrintWriter", DoNotGenerateAcw=true)]
public class PrintWriter : Writer

Remarks

Wraps either an existing Java.IO.OutputStream or an existing Java.IO.Writer and provides convenience methods for printing common data types in a human readable format. No IOException is thrown by this class. Instead, callers should use PrintWriter.CheckError to see if a problem has occurred in this writer.

[Android Documentation]

Requirements

Namespace: Java.IO
Assembly: Mono.Android (in Mono.Android.dll)
Assembly Versions: 0.0.0.0
Since: Added in API level 1