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

Syntax

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

See Also

InputStream.Mark(int)
InputStream.Reset

Returns

Documentation for this section has not yet been entered.

Remarks

Indicates whether this stream supports the mark() and reset() methods. The 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