- chars
- the character array to append.
- start
- the starting offset.
- length
- the number of characters.
Documentation for this section has not yet been entered.
Type Reason Java.Lang.ArrayIndexOutOfBoundsException if length , start or start + length > chars.length. Java.Lang.NullPointerException if chars is null.
Adds the specified sequence of characters to the end of this buffer.