Object append(Object stringBuffer, String stringToAppend)Object append(Object stringBuffer, String stringToAppend)| Name | Type | Description |
|---|---|---|
stringBuffer | Object | The buffer created using createBuffer(). |
stringToAppend | String | The string to append. |
| Type | Description |
|---|---|
Object | represented by the buffer. |