- index
- the index at which to insert.
- obj
- the object to insert (may be null).
Documentation for this section has not yet been entered.
Type Reason Java.Lang.StringIndexOutOfBoundsException if index or index > length().
Inserts the string representation of the specified object into this buffer at the specified offset.
If the specified object is null, the string "null" is inserted, otherwise the objects toString method is used to get its string representation.