Linguaggio

EofSensorInputStream Costruttori

Definizione

Overload

Nome Descrizione
EofSensorInputStream(IntPtr, JniHandleOwnership)

Costruttore usato durante la creazione di rappresentazioni gestite di oggetti JNI; chiamato dal runtime.

EofSensorInputStream(Stream, IEofSensorWatcher)

Crea un nuovo sensore EOF.

EofSensorInputStream(IntPtr, JniHandleOwnership)

Costruttore usato durante la creazione di rappresentazioni gestite di oggetti JNI; chiamato dal runtime.

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

Parametri

javaReference
IntPtr

nativeint

Oggetto IntPtrcontenente un riferimento all'oggetto JNI (Native Interface) Java.

transfer
JniHandleOwnership

Oggetto JniHandleOwnershipche indica come gestire javaReference

Commenti

Le parti di questa pagina sono modifiche basate sul lavoro creato e condiviso dalla e usati in base ai termini descritti in Creative License 2.5 Attribution License.

Si applica a

EofSensorInputStream(Stream, IEofSensorWatcher)

Crea un nuovo sensore EOF.

[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

Parametri

in
Stream

flusso di cui è stato eseguito il wrapping

watcher
IEofSensorWatcher

Watcher per gli eventi o null per il comportamento di chiusura automatica senza notifica

Attributi

Commenti

Le parti di questa pagina sono modifiche basate sul lavoro creato e condiviso dalla e usati in base ai termini descritti in Creative License 2.5 Attribution License.

Si applica a