Inherits java::io::OutputStream.
Public Member Functions | |
| StringOutputStream () | |
| void | write (int b) throws IOException |
| String | toString () |
Is for OutputStreams what StringWriter is for Writers.
| alma.acs.util.StringOutputStream.StringOutputStream | ( | ) |
| String alma.acs.util.StringOutputStream.toString | ( | ) |
Return the buffer's current value as a string.
Referenced by alma.acs.monitoring.RemoteThreadsUtil.printThreadsInfo().
| void alma.acs.util.StringOutputStream.write | ( | int | b | ) | throws IOException |
1.7.0