JavaSystem.SetOut(PrintStream) Method

Definition

Reassigns the "standard" output stream.

[Android.Runtime.Register("setOut", "(Ljava/io/PrintStream;)V", "")]
public static void SetOut (Java.IO.PrintStream? out);
[<Android.Runtime.Register("setOut", "(Ljava/io/PrintStream;)V", "")>]
static member SetOut : Java.IO.PrintStream -> unit

Parameters

out
PrintStream

the new standard output stream

Attributes

Remarks

Java documentation for java.lang.System.setOut(java.io.PrintStream).

Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.

Applies to