QByteArray对存储纯二进制数据(raw binary data)和8-bit编码文本字符串有用。 一般地,我们推荐使用QString来存储文本而不是用QByteArray,因为QString支持Unicode。
基于8个网页-相关网页
raw binary data here 这里是原始二进制数据
MTOM allows users to optimize the transmission of raw binary data within SOAP messages.
MTOM 可让使用者最佳化 SOAP 讯息内之原始二进位资料的传输。
For example, you need to specify the data encoding (whether an attribute contains textual or raw binary data).
例如指定数据的编码(属性是包含文本数据还是原始二进制数据)。
Data that would otherwise have to be encoded in the SOAP message is instead transmitted as raw binary data in a separate MIME part.
必须在SOAP消息中进行编码的数据将在单独的MIME部分中作为原始二进制数据进行传输。
应用推荐