EofSensorInputStream.IsReadAllowed Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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.