Directly from my Nexus S:
> import java.nio.*;
> System.out.println(ByteOrder.nativeOrder());
LITTLE_ENDIAN
There should also be some way to get the ordering in the NDK.
Directly from my Nexus S:
> import java.nio.*;
> System.out.println(ByteOrder.nativeOrder());
LITTLE_ENDIAN
There should also be some way to get the ordering in the NDK.