public class StringBufferOutputStream
extends java.io.OutputStream
Modifier and Type | Field and Description |
---|---|
protected java.lang.StringBuffer |
buffer |
Constructor and Description |
---|
StringBufferOutputStream(java.lang.StringBuffer out)
Create an output stream that writes to the target StringBuffer
|
Modifier and Type | Method and Description |
---|---|
void |
write(int ch) |