Public Member Functions

alma.acs.util.StringOutputStream Class Reference

Inherits java::io::OutputStream.

List of all members.

Public Member Functions

 StringOutputStream ()
void write (int b) throws IOException
String toString ()

Detailed Description

Is for OutputStreams what StringWriter is for Writers.

Author:
hsommer

Constructor & Destructor Documentation

alma.acs.util.StringOutputStream.StringOutputStream (  ) 

Member Function Documentation

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

The documentation for this class was generated from the following file:
 All Classes Namespaces Files Functions Variables Enumerations Properties