中英
字节序转换
  • 翻译

Byte order conversion

以上为机器翻译结果,快速获取精准的人工翻译结果,建议选择有道人工翻译

  • 双语例句
  • 1
    步骤(4)通过将字符串转换字节列(比如二进制)准备好通过流发送的请求。
    Step (4) prepares the request to be sent over the stream by converting the string into an array of bytes, i.e. binary.
  • 2
    对于包含ASCII以外的Unicode字符的文档,解析器必须为每个字符读取和转换字节列。
    For documents that contain Unicode characters beyond the ASCII range, the parser must read and convert multiple byte sequences for each character.
  • 3
    CharsetDecoder:这个类定义了一个引擎,这个引擎可以将采用特定字符集的字节转换为16位Unicode字符序列。
    Java.nio.charset.CharsetDecoder: This class defines an engine that can transform a sequence of bytes in a specific charset into a sequence of sixteen-bit Unicode characters.
查看更多