Package java.io
Class StringWriter

Public Method getBuffer

StringBuffer getBuffer()

_INSERT_METHOD_SIGNATURE_HERE_

Description:

This method returns the current string buffer value.

Example

   StringWriter sw = new StringWriter();
   ...
   sw.getBuffer();

The example above returns the current buffer value.