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