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
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. |
A constructor used when creating managed representations of JNI objects; called by the runtime. |