How can I determine if the OS is little/big endian in Java?
Check whether java.nio.ByteOrder.nativeOrder()
is equal to ByteOrder.LITTLE_ENDIAN
or ByteOrder.BIG_ENDIAN
.
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With