BinUtils
BinUtils copied to clipboard
readIntegerType should also reverse bytes for BigEndian
if the data's byteorder is BigEndian we should also reverse the bytes cause some integer type have multiple byte
Can you add a test case for that?