Java.Nio.IntBuffer.Wrap Method
Creates a new int buffer by wrapping the given int array.

Syntax

[Android.Runtime.Register("wrap", "([I)Ljava/nio/IntBuffer;", "")]
public static IntBuffer Wrap (int[] array)

Parameters

array
the int array which the new buffer will be based on.

Returns

Documentation for this section has not yet been entered.

Remarks

Creates a new int buffer by wrapping the given int array.

Calling this method has the same effect as wrap(array, 0, array.length).

[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