StringWriter.getStringBuffer

Overview | Methods | This Package | All Packages

StringWriter.getStringBuffer

Retrieves the underlying StringBuffer object.

Syntax

public StringBuffer getStringBuffer()

Return Value

Returns the underlying string buffer. This is either the StringBuffer object that was passed to the constructor or the StringBuffer object that was automatically created.