Java.Nio.LongBuffer.Get Method
Returns the long at the current position and increase the position by 1.

Syntax

[Android.Runtime.Register("get", "()J", "GetGetHandler")]
public abstract long 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 long at the current position and increase 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