Returns a String that is equivalent to the specified character array. It creates a new array and copies the characters into it. @param data the character array @param offset the offset into the value of the String @param count the length of the value of the String
(char data[], int offset, int count)