EofSensorInputStream.IsReadAllowed Property

Definition

Checks whether the underlying stream can be read from.

protected virtual bool IsReadAllowed { [Android.Runtime.Register("isReadAllowed", "()Z", "GetIsReadAllowedHandler")] get; }
[<get: Android.Runtime.Register("isReadAllowed", "()Z", "GetIsReadAllowedHandler")>]
member this.IsReadAllowed : bool

Property Value

true if the underlying stream is accessible, false if this stream is in EOF mode and detached from the underlying stream

Attributes

Exceptions

if this stream is already closed

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