- data
- the array of characters.
- start
- the starting offset in the character array.
- length
- the number of characters to use.
Documentation for this section has not yet been entered.
Type Reason Java.Lang.IndexOutOfBoundsException if length , start or start + length > data.length Java.Lang.NullPointerException if data is null.
Returns a new string containing the same chars as the given subset of the given array. Modifying the array after creating the string has no effect on the string.