Java.IO.Reader.Reset Method
Resets this reader's position to the last mark() location.

Syntax

[Android.Runtime.Register("reset", "()V", "GetResetHandler")]
public virtual void Reset ()

See Also

Reader.Mark(int)
Reader.MarkSupported

Exceptions

TypeReason
Java.IO.IOExceptionalways thrown in this default implementation.

Remarks

Resets this reader's position to the last mark() location. Invocations of read() and skip() will occur from this new location. If this reader has not been marked, the behavior of reset() is implementation specific. This default implementation throws an IOException.

[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