Java.Nio.ShortBuffer.Wrap Method
Creates a new short buffer by wrapping the given short array.

Syntax

[Android.Runtime.Register("wrap", "([S)Ljava/nio/ShortBuffer;", "")]
public static ShortBuffer Wrap (short[] array)

Parameters

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

Returns

Documentation for this section has not yet been entered.

Remarks

Creates a new short buffer by wrapping the given short 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