The byte order of the current test files are little endian. Using `htonl` and `ntohl` to convert the number should works for all systems.
The byte order of the current test files are little endian. Using
htonlandntohlto convert the number should works for all systems.