The constructors of Java.IO.CharArrayWriter are listed below. For a list of all members, see the CharArrayWriter Members list.
See Also: Inherited members from Java.IO.Writer
Constructs a new CharArrayWriter which has a buffer allocated with the default size of 32 characters. | ||
Constructs a new CharArrayWriter which has a buffer allocated with the size of initialSize characters. |
A constructor used when creating managed representations of JNI objects; called by the runtime. |