Inserts an object into the String buffer. @param offset the offset at which to insert @param obj the object to insert @return the StringBuffer itself, NOT a new one. @exception StringIndexOutOfBoundsException If the offset is invalid.
(int offset, Object obj)
source not stored for this graph (policy: none)
no test coverage detected