예제 #1
0
 private synchronized void append(String str) {
   buf.append(str);
 }