ByteBuffer.GetChar(Int32) 方法
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
用于读取字符值的绝对 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 属性许可证中所述的术语使用。