EofSensorInputStream Constructors

Definition

Overloads

EofSensorInputStream(IntPtr, JniHandleOwnership)

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

EofSensorInputStream(Stream, IEofSensorWatcher)

Creates a new EOF sensor.

EofSensorInputStream(IntPtr, JniHandleOwnership)

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

protected EofSensorInputStream (IntPtr javaReference, Android.Runtime.JniHandleOwnership transfer);
new Org.Apache.Http.Conn.EofSensorInputStream : nativeint * Android.Runtime.JniHandleOwnership -> Org.Apache.Http.Conn.EofSensorInputStream

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

EofSensorInputStream(Stream, IEofSensorWatcher)

Creates a new EOF sensor.

[Android.Runtime.Register(".ctor", "(Ljava/io/InputStream;Lorg/apache/http/conn/EofSensorWatcher;)V", "")]
public EofSensorInputStream (System.IO.Stream? in, Org.Apache.Http.Conn.IEofSensorWatcher? watcher);
[<Android.Runtime.Register(".ctor", "(Ljava/io/InputStream;Lorg/apache/http/conn/EofSensorWatcher;)V", "")>]
new Org.Apache.Http.Conn.EofSensorInputStream : System.IO.Stream * Org.Apache.Http.Conn.IEofSensorWatcher -> Org.Apache.Http.Conn.EofSensorInputStream

Parameters

in
Stream
Attributes

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