- index
- the index at which to insert.
- chars
- the character array to insert.
Documentation for this section has not yet been entered.
Type Reason Java.Lang.StringIndexOutOfBoundsException if index or index > length(). Java.Lang.NullPointerException if chars is null.
Inserts the character array into this buffer at the specified offset.