The Artima Developer Community
Sponsored Link

Java Answers Forum
How do I convert a Big-Endian(64 bit) to Little Endian(64 bit) in Java.

0 replies on 1 page.

Welcome Guest
  Sign In

Go back to the topic listing  Back to Topic List Click to reply to this topic  Reply to this Topic Click to search messages in this forum  Search Forum Click for a threaded view of the topic  Threaded View   
Previous Topic   Next Topic
Flat View: This topic has 0 replies on 1 page
Sukhpreet Kaur

Posts: 1
Nickname: skaur
Registered: Jan, 2008

How do I convert a Big-Endian(64 bit) to Little Endian(64 bit) in Java. Posted: Jan 14, 2008 11:49 AM
Reply to this message Reply
Advertisement
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

Topic: How do I convert a Big-Endian(64 bit) to Little Endian(64 bit) in Java. Previous Topic   Next Topic Topic: Schema problem with ibatis

Sponsored Links



Google
  Web Artima.com   

Copyright © 1996-2019 Artima, Inc. All Rights Reserved. - Privacy Policy - Terms of Use