Thanks, but I think it is the java virtual machine byte order. I am communicating to/from low level stuff (kernel driver).
On 19 Mar, 15:45, fadden <[email protected]> wrote: > On Mar 19, 6:57 am, Luca Belluccini <[email protected]> wrote: > > > In Sun Java I can get System endianess using the System.getProperty > > ("sun.os.endian"). > > How to get endianess of the system in Android? > > One possibility: java.nio.ByteOrder.nativeOrder(). --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Android Developers" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [email protected] For more options, visit this group at http://groups.google.com/group/android-developers?hl=en -~----------~----~----~----~------~----~------~--~---

