System::Xml::XmlTextReader::ReadBinHex 方法
XmlTextReader::ReadBinHex method
解码 BinHex 并返回解码后的二进制字节。
int32_t System::Xml::XmlTextReader::ReadBinHex(const ArrayPtr<uint8_t> &array, int32_t offset, int32_t len)
| 参数 | 类型 | 描述 |
|---|---|---|
| 数组 | const ArrayPtr<uint8_t>& | 用于作为缓冲区的字节数组,解码后的二进制字节将写入该缓冲区。 |
| offset | int32_t | 数组中的零基索引,指定方法可以开始写入缓冲区的位置。 |
| len | int32_t | 写入缓冲区的字节数。 |
ReturnValue
写入到您的缓冲区的字节数。
另见
- Typedef ArrayPtr
- Class XmlTextReader
- Namespace System::Xml
- Library Aspose.Font for C++