Hi,
How do I convert a big-endian(64 bit) to little endian(64 bit) in Java and vice versa.
For e.g. I have 40429C28F5C28F5C in big endian, I want to convert it into little endian (5C8FC2F5289C4240) and vice versa.
How would I code a function to do this in Java?
Thanks.
Sukhpreet Kaur
