List of utility methods to do Little Endian to Char Convert
return (char) ((array[start + 1] << 8) | (array[start] & 0xFF));