- 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.NullPointerException if data is null. Java.Lang.IndexOutOfBoundsException if length or start + length > data.length.
Creates a new string by copying the given subsequence of the given char[]. Modifying the array after creating the string has no effect on the string.