Calculates the number of characters produced by decoding a sequence of bytes starting at the specified bytepointer. Overrides Encoding.
计算对一个字节序列进行解码所产生的字符数。
2
When overridden in a derived class, calculates the number of characters produced by decoding a sequence of bytes starting at the specified bytepointer.
在衍生类别中覆写时,计算从指定的位元组指标开始,解码位元组序列所产生的字元数目。
3
When overridden in a derived class, encodes a set of characters starting at the specified character pointer into a sequence of bytes that are stored starting at the specified bytepointer.