public class StringOutputStream
extends java.io.OutputStream
OutputStreams what StringWriter
is for Writers.| Constructor and Description |
|---|
StringOutputStream() |
| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
toString()
Return the buffer's current value as a string.
|
void |
write(int b) |