Java.Nio.IntBuffer.Get Method
Returns the int at the current position and increases the position by 1.

Syntax

[Android.Runtime.Register("get", "()I", "GetGetHandler")]
public abstract int Get ()

Returns

Documentation for this section has not yet been entered.

Exceptions

TypeReason
Java.Nio.BufferUnderflowExceptionif the position is equal or greater than limit.

Remarks

Returns the int at the current position and increases the position by 1.

[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