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

Syntax

[Android.Runtime.Register("wrap", "(Ljava/lang/CharSequence;)Ljava/nio/CharBuffer;", "")]
public static CharBuffer Wrap (Java.Lang.ICharSequence chseq)

Parameters

chseq
the char sequence 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 sequence.

Calling this method has the same effect as wrap(chseq, 0, chseq.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