FilterWriter Constructors

Definition

Overloads

FilterWriter(Writer)

Create a new filtered writer.

FilterWriter(IntPtr, JniHandleOwnership)

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

FilterWriter(Writer)

Create a new filtered writer.

[Android.Runtime.Register(".ctor", "(Ljava/io/Writer;)V", "")]
protected FilterWriter (Java.IO.Writer? out);
[<Android.Runtime.Register(".ctor", "(Ljava/io/Writer;)V", "")>]
new Java.IO.FilterWriter : Java.IO.Writer -> Java.IO.FilterWriter

Parameters

out
Writer

a Writer object to provide the underlying stream.

Attributes

Remarks

Create a new filtered writer.

Java documentation for java.io.FilterWriter.FilterWriter(java.io.Writer).

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

FilterWriter(IntPtr, JniHandleOwnership)

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

protected FilterWriter (IntPtr javaReference, Android.Runtime.JniHandleOwnership transfer);
new Java.IO.FilterWriter : nativeint * Android.Runtime.JniHandleOwnership -> Java.IO.FilterWriter

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