Java.Nio.ByteBuffer.Int Property
Returns the int at the current position and increases the position by 4.

Syntax

[get: Android.Runtime.Register("getInt", "()I", "GetGetIntHandler")]
public abstract int Int { get; }

Value

Documentation for this section has not yet been entered.

Exceptions

TypeReason
Java.Nio.BufferUnderflowExceptionif the position is greater than limit - 4.

Remarks

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

The 4 bytes starting at the current position are composed into a int according to the current byte order and returned.

[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