| 1. | Calculates the number of bytes produced by encoding a set of characters starting at the specified character pointer 计算对从指定的字符指针开始的一组字符进行编码时产生的字节数。 |
| 2. | Stands for " argument vector " and is a pointer to pointer to char ; it contains all the command line arguments as an array of character strings 代表“参数向量” ,它是字符指针的指针;它以字符串数组的形式包含所有的命令行参数。 |
| 3. | When overridden in a derived class , calculates the number of bytes produced by encoding a set of characters starting at the specified character pointer 在派生类中重写时,计算对一组字符(从指定的字符指针处开始)进行编码所产生的字节数。 |
| 4. | Decodes a sequence of bytes starting at the specified byte pointer into a set of characters that are stored starting at the specified character pointer 将从指定的字节指针开始的一个字节序列解码为一组字符,并从指定的字符指针开始存储这组字符。 |
| 5. | 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 将从指定的字符指针开始的一组字符编码为一个字节序列,并从指定的字节指针开始存储该字节序列。 |
| 6. | When overridden in a derived class , decodes a sequence of bytes starting at the specified byte pointer into a set of characters that are stored starting at the specified character pointer 在派生类中重写时,将一个字节序列(从指定的字节指针开始)解码为一组字符,并从指定的字符指针开始存储该组字符。 |
| 7. | 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 在派生类中重写时,将一组字符(从指定的字符指针开始)编码为一个字节序列,并从指定的字节指针开始存储该字节序列。 |
| 8. | When overridden in a derived class , decodes a sequence of bytes starting at the specified byte pointer and any bytes in the internal buffer into a set of characters that are stored starting at the specified character pointer 在派生类中重写时,将字节序列(从指定的字节指针处开始)和任何内部缓冲区中的字节解码为从指定字符指针开始存储的一组字符。 |
| 9. | When overridden in a derived class , encodes a set of characters starting at the specified character pointer and any characters in the internal buffer into a sequence of bytes that are stored starting at the specified byte pointer 在派生类中重写时,将一组字符(从指定的字符指针处开始)和内部缓冲区中的任何字符编码为从指定字节指针开始存储的字节序列。 |