字节序
- 网络Endian;Endianness;byte order;little-endian
字节序
-
注意:根据不同平台,以及men结构是大端字节序还是小端字节序,您可能需要交换读取字节的顺序。
Note : Depending on the platform and whether the mem structure is big endian or little endian , you may need to swap the order in which bytes are read .
-
UTF-8没有字节序的不确定性问题,后者必须通过字节序标志或其他试探手段来解决。
UTF-8 has no ambiguity about byte order that must be resolved with a byte order mark or other heuristics .