Java.Nio.Buffer.Remaining Method
Returns the number of remaining elements in this buffer, that is limit - position.

Syntax

[Android.Runtime.Register("remaining", "()I", "")]
public int Remaining ()

Returns

Documentation for this section has not yet been entered.

Remarks

Returns the number of remaining elements in this buffer, that is limit - position.

[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