String.append()

Signature

Object append(Object stringBuffer, String stringToAppend)

Domain

action, condition

Parameters

NameTypeDescription
stringBufferObjectThe buffer created using createBuffer().
stringToAppendStringThe string to append.

Returns

TypeDescription
Objectrepresented by the buffer.

Cautions

Buffer parameter should not be null.

See Also

Object createBuffer(int size)