- index
- The index at which to insert.
- s
- The char sequence to insert.
Documentation for this section has not yet been entered.
Type Reason Java.Lang.IndexOutOfBoundsException if index or index > length().
Inserts the specified CharSequence into this buffer at the specified index.
If the specified CharSequence is null, the string "null" is inserted, otherwise the contents of the CharSequence.