PrintStreamPrinter Constructors

Definition

Overloads

PrintStreamPrinter(PrintStream)

Create a new Printer that sends to a PrintWriter object.

PrintStreamPrinter(IntPtr, JniHandleOwnership)

A constructor used when creating managed representations of JNI objects; called by the runtime.

PrintStreamPrinter(PrintStream)

Create a new Printer that sends to a PrintWriter object.

[Android.Runtime.Register(".ctor", "(Ljava/io/PrintStream;)V", "")]
public PrintStreamPrinter (Java.IO.PrintStream? pw);
[<Android.Runtime.Register(".ctor", "(Ljava/io/PrintStream;)V", "")>]
new Android.Util.PrintStreamPrinter : Java.IO.PrintStream -> Android.Util.PrintStreamPrinter

Parameters

pw
PrintStream

The PrintWriter where you would like output to go.

Attributes

Remarks

Create a new Printer that sends to a PrintWriter object.

Java documentation for android.util.PrintStreamPrinter.PrintStreamPrinter(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

PrintStreamPrinter(IntPtr, JniHandleOwnership)

A constructor used when creating managed representations of JNI objects; called by the runtime.

protected PrintStreamPrinter (IntPtr javaReference, Android.Runtime.JniHandleOwnership transfer);
new Android.Util.PrintStreamPrinter : nativeint * Android.Runtime.JniHandleOwnership -> Android.Util.PrintStreamPrinter

Parameters

javaReference
IntPtr

nativeint

A IntPtrcontaining a Java Native Interface (JNI) object reference.

transfer
JniHandleOwnership

A JniHandleOwnershipindicating how to handle javaReference

Remarks

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