public class WriterWrap extends Object implements BasicStringBufferLike
The method toStringLike() cannot work, however. This means that the return value of replaceAll() will be null if this Object is used as the StringBufferLike.
| Constructor and Description |
|---|
WriterWrap(Writer w) |
| Modifier and Type | Method and Description |
|---|---|
void |
append(char c) |
void |
append(String s) |
StringLike |
toStringLike()
This operation can't really be done.
|
Object |
unwrap() |
public WriterWrap(Writer w)
public void append(char c)
append in interface BasicStringBufferLikepublic void append(String s)
append in interface BasicStringBufferLikepublic StringLike toStringLike()
toStringLike in interface BasicStringBufferLikepublic Object unwrap()
unwrap in interface BasicStringBufferLike