Java.Nio.CharBuffer.Wrap Method
Creates a new char buffer by wrapping the given char array.

Syntax

[Android.Runtime.Register("wrap", "([C)Ljava/nio/CharBuffer;", "")]
public static CharBuffer Wrap (char[] array)

Parameters

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

Returns

Documentation for this section has not yet been entered.

Remarks

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