C# 默认的是小端
Java 默认的是大端
C# BinaryPrimitives 处理大小端的转换
BinaryPrimitives.WriteUInt32BigEndian
BinaryPrimitives.WriteUInt32LittleEndian