ByteBuffer.GetChar(Int32) 方法

定义

用于读取字符值的绝对 get 方法。

[Android.Runtime.Register("getChar", "(I)C", "GetGetChar_IHandler")]
public abstract char GetChar (int index);
[<Android.Runtime.Register("getChar", "(I)C", "GetGetChar_IHandler")>]
abstract member GetChar : int -> char

参数

index
Int32

要从中读取字节的索引

返回

给定索引处的 char 值

属性

例外

如果 index 无效,

注解

用于读取字符值的绝对 get 方法。

在给定索引处读取两个字节,根据当前字节顺序将它们组合成字符值。

适用于 . 的 java.nio.ByteBuffer.getChar(int)Java 文档

本页的某些部分是根据 Android 开放源代码项目创建和共享的工作进行的修改,并根据 Creative Commons 2.5 属性许可证中所述的术语使用。

适用于