BasicManagedEntity.EofDetected(Stream) Metodo

Definizione

Indica che viene rilevato EOF.

[Android.Runtime.Register("eofDetected", "(Ljava/io/InputStream;)Z", "GetEofDetected_Ljava_io_InputStream_Handler")]
public virtual bool EofDetected(System.IO.Stream? wrapped);
[<Android.Runtime.Register("eofDetected", "(Ljava/io/InputStream;)Z", "GetEofDetected_Ljava_io_InputStream_Handler")>]
abstract member EofDetected : System.IO.Stream -> bool
override this.EofDetected : System.IO.Stream -> bool

Parametri

wrapped
Stream

flusso sottostante che ha raggiunto EOF

Valori restituiti

true se wrapped deve essere chiuso, false se deve essere lasciato solo

Implementazioni

Attributi

Eccezioni

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