- charSequence
- the character sequence appended to the target stream.
- start
- the index of the first char in the character sequence appended to the target stream.
- end
- the index of the character following the last character of the subsequence appended to the target stream.
Documentation for this section has not yet been entered.
Type Reason Java.Lang.IndexOutOfBoundsException if start > end, start , end or either start or end are greater or equal than the length of charSequence.
Appends a subsequence of CharSequence charSequence, or "null".