Java.Nio.ByteBuffer.Wrap Method
Creates a new byte buffer by wrapping the given byte array.

Syntax

[Android.Runtime.Register("wrap", "([B)Ljava/nio/ByteBuffer;", "")]
public static ByteBuffer Wrap (byte[] array)

Parameters

array
the byte array which the new buffer will be based on

Returns

Documentation for this section has not yet been entered.

Remarks

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