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

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