Java.IO.Reader.MarkSupported Method
Indicates whether this reader supports the mark() and reset() methods.

Syntax

[Android.Runtime.Register("markSupported", "()Z", "GetMarkSupportedHandler")]
public virtual bool MarkSupported ()

Returns

Documentation for this section has not yet been entered.

Remarks

Indicates whether this reader supports the mark() and reset() methods. This default implementation returns false.

[Android Documentation]

Requirements

Namespace: Java.IO
Assembly: Mono.Android (in Mono.Android.dll)
Assembly Versions: 0.0.0.0
Since: Added in API level 1