Java.Nio.Buffer.Rewind Method
Rewinds this buffer.

Syntax

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

Returns

Documentation for this section has not yet been entered.

Remarks

Rewinds this buffer.

The position is set to zero, and the mark is cleared. The content of this buffer is not changed.

[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