Java.IO.CharArrayWriter: Constructor Members

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

Public Constructors

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.

Protected Constructors

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