Java.Nio.Buffer.Clear Method
Clears this buffer.

Syntax

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

Returns

Documentation for this section has not yet been entered.

Remarks

Clears this buffer.

While the content of this buffer is not changed, the following internal changes take place: the current position is reset back to the start of the buffer, the value of the buffer limit is made equal to the capacity and mark is cleared.

[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