Java.Nio.Buffer.Flip Method
Flips this buffer.

Syntax

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

Returns

Documentation for this section has not yet been entered.

Remarks

Flips this buffer.

The limit is set to the current position, then 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