PrintWriterPrinter Constructors

Definition

Overloads

PrintWriterPrinter(PrintWriter)

Create a new Printer that sends to a PrintWriter object.

PrintWriterPrinter(IntPtr, JniHandleOwnership)

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

PrintWriterPrinter(PrintWriter)

Create a new Printer that sends to a PrintWriter object.

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

Parameters

pw
PrintWriter

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.PrintWriterPrinter.PrintWriterPrinter(java.io.PrintWriter).

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

PrintWriterPrinter(IntPtr, JniHandleOwnership)

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

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

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