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