Java.IO.StringWriter: Constructor Members

The constructors of Java.IO.StringWriter are listed below. For a list of all members, see the StringWriter Members list.

See Also: Inherited members from Java.IO.Writer

Public Constructors

Constructs a new StringWriter which has a Java.Lang.StringBuffer allocated with the default size of 16 characters.
Constructs a new StringWriter which has a Java.Lang.StringBuffer allocated with a size of initialSize characters.

Protected Constructors

A constructor used when creating managed representations of JNI objects; called by the runtime.