List of utility methods to do Little Endian Convert
ByteBuffer buffer = ByteBuffer.wrap(data).order(ByteOrder.LITTLE_ENDIAN); return buffer.getInt();