Reader.MarkSupported Method

Definition

Tells whether this stream supports the mark() operation.

[Android.Runtime.Register("markSupported", "()Z", "GetMarkSupportedHandler")]
public virtual bool MarkSupported ();
[<Android.Runtime.Register("markSupported", "()Z", "GetMarkSupportedHandler")>]
abstract member MarkSupported : unit -> bool
override this.MarkSupported : unit -> bool

Returns

true if and only if this stream supports the mark operation.

Attributes

Remarks

Tells whether this stream supports the mark() operation. The default implementation always returns false. Subclasses should override this method.

Java documentation for java.io.Reader.markSupported().

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