Charset.Decode(ByteBuffer) Method

Definition

Convenience method that decodes bytes in this charset into Unicode characters.

[Android.Runtime.Register("decode", "(Ljava/nio/ByteBuffer;)Ljava/nio/CharBuffer;", "")]
public Java.Nio.CharBuffer? Decode (Java.Nio.ByteBuffer? bb);
[<Android.Runtime.Register("decode", "(Ljava/nio/ByteBuffer;)Ljava/nio/CharBuffer;", "")>]
member this.Decode : Java.Nio.ByteBuffer -> Java.Nio.CharBuffer

Parameters

bb
ByteBuffer

The byte buffer to be decoded

Returns

CharBuffer

A char buffer containing the decoded characters

Attributes

Remarks

Java documentation for java.nio.charset.Charset.decode(java.nio.ByteBuffer).

Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.

Applies to