StringWriter.StringWriter

Overview | Methods | This Package | All Packages

StringWriter.StringWriter

Creates a StringWriter object.

Syntax

public StringWriter()

public StringWriter( StringBuffer sb )

Parameters

sb

The java.lang.StringBuffer object to associate with the string writer. If no string buffer is specified, a new StringBuffer object is automatically created and associated with this string writer.