Java.IO.PrintStream Class
Wraps an existing Java.IO.OutputStream and provides convenience methods for writing common data types in a human readable format.

See Also: PrintStream Members

Syntax

[Android.Runtime.Register("java/io/PrintStream", DoNotGenerateAcw=true)]
public class PrintStream : FilterOutputStream, Java.Lang.IAppendable, IDisposable

Remarks

Wraps an existing Java.IO.OutputStream and provides convenience methods for writing common data types in a human readable format. This is not to be confused with DataOutputStream which is used for encoding common data types so that they can be read back in. No IOException is thrown by this class. Instead, callers should use PrintStream.CheckError to see if a problem has occurred in this stream.

[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