Calculates the number of characters produced by decoding a sequence of bytes starting at the specified byte pointer. Overrides Encoding.
计算对一个字节序列进行解码所产生的字符数。
When overridden in a derived class, calculates the number of characters produced by decoding a sequence of bytes starting at the specified byte pointer.
在衍生类别中覆写时,计算从指定的位元组指标开始,解码位元组序列所产生的字元数目。
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 byte pointer.
在派生类中重写时,将一组字符(从指定的字符指针开始)编码为一个字节序列,并从指定的字节指针开始存储该字节序列。
The code in Listing 1 allocates two 512-byte blocks of memory, and then the pointer to the first block is set to the second block.
清单1中的代码将分配两个 512字节的内存块,然后指向第一个内存块的指针被设定为指向第二个内存块。
In that case, the contents of pointer gonzo - a 4-byte memory address - live in the data segment. The actual string it points to does not, however.
在这个示例中,指针在数据段中占用了4个字节,但是指针所指向的字符串则不在数据段中。
Each object allocated on the GC heap has an 8-byte overhead (sync block + method table pointer).
每个在GC堆中分配的对象有一个8字节的头(同步块+方法表指针)。
Let's just assume that s1 is a pointer and as an arrow suggests it's pointing at this byte here.
我们假设s1是一个指针,就像箭头所表示的,指向这个字节。
The stack is coordinated with a stack pointer that keeps track of storage and retrieval of each byte or word of information in the stack.
栈和一个栈指针配合工作,栈指针随时指示要存取的每个字或字节信息在栈中的位置。
The pointer you receive will be aligned with at least an8- byte boundary.
你接受到的指针将至少和一个八位的边界相伴随。
A pointer to the first byte of new data is returned.
此函数将返回一个指向新数据第一个字节的指针。
Notice that the pointer points to the lowest addressed byte of the variable.
注意,该指针指向变量的最低地址字节。
You must have a pointer to a known valid lead byte.
必须使指针指向已知的有效前导字节。
It is usually unsafe to have a pointer to a trail byte.
通常使指针指向尾字节是不安全的。
It is usually unsafe to have a pointer to a trail byte.
通常使指针指向尾字节是不安全的。
应用推荐