次の方法で共有


FilterReader Constructors

Definition

Overloads

FilterReader(Reader)

Creates a new filtered reader.

FilterReader(IntPtr, JniHandleOwnership)

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

FilterReader(Reader)

Creates a new filtered reader.

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

Parameters

in
Reader

a Reader object providing the underlying stream.

Attributes

Remarks

Creates a new filtered reader.

Java documentation for java.io.FilterReader.FilterReader(java.io.Reader).

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

FilterReader(IntPtr, JniHandleOwnership)

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

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

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