Java.Nio.Buffer.Reset Method
Resets the position of this buffer to the mark.

Syntax

[Android.Runtime.Register("reset", "()Ljava/nio/Buffer;", "")]
public Buffer Reset ()

Returns

Documentation for this section has not yet been entered.

Exceptions

TypeReason
Java.Nio.InvalidMarkExceptionif the mark is not set.

Remarks

Resets the position of this buffer to the mark.

[Android Documentation]

Requirements

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