

Public Member Functions | |
| StringOutputStream () | |
| void | write (int b) throws IOException |
| String | toString () |
Private Attributes | |
| StringWriter | m_stringwriter |
Is for OutputStreams what StringWriter is for Writers.
| alma::acs::util::StringOutputStream::StringOutputStream | ( | ) | [inline] |
References m_stringwriter.
| String alma::acs::util::StringOutputStream::toString | ( | ) | [inline] |
Return the buffer's current value as a string.
References m_stringwriter.
Referenced by alma::acs::monitoring::RemoteThreadsUtil::printThreadsInfo(), and alma::acs::logging::AcsLogLevelTest::testPrintMappings().
| void alma::acs::util::StringOutputStream::write | ( | int | b | ) | throws IOException [inline] |
References m_stringwriter.
StringWriter alma::acs::util::StringOutputStream::m_stringwriter [private] |
Referenced by StringOutputStream(), toString(), and write().
1.6.2