Hi.

I want to read a binary file with a big endian sequence. I can convert int, short and long by simply changin bit order. However, I can not convert float & double to Big Endian Sequence. Could you please let me know the method?

Thank you.