Method append(char[] str)
Return type:
java.lang.StringBuffer
Member of:
java.lang.StringBuffer
[
api documentation
] [
main menu
]
Examples of how the element is used
(one line per example):
[
add your own example
]
1
buffer.append(str);
2
listOut[curOut].append(str);
3
((StringBuffer)(fLineBuffer.get(fPosition))).append(c);
4
sb.append(" (").append(comment).append(")");
5
sb.append(d);
6
sb.append(chars);
7
_buffer.append(ca);
8
buff.append(_path);
9
sb.append(chars);
10
result.append( buffer );
11
buf.append(line2, 0, i).append(newString2);
12
sb.append(datecache);
Java and J2SE are trademarks or registered trademarks of Sun Microsystems, Inc. in the United States and other Countries.