public interface Buffer
| Modifier and Type | Method and Description |
|---|---|
Buffer |
append(char c)
Append a character to the buffer
|
java.lang.String |
toString()
Convert the buffer contents to a string
|
Buffer append(char c)
c - the character to appendjava.lang.String toString()
toString in class java.lang.Object