Java.IO.StringWriter Members

The members of Java.IO.StringWriter are listed below.

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.

Public Properties

[read-only]
BufferJava.Lang.StringBuffer. Gets a reference to this writer's internal Java.Lang.StringBuffer.

Protected Properties

[read-only]
override
ThresholdClassIntPtr. This API supports the Mono for Android infrastructure and is not intended to be used directly from your code.
[read-only]
override
ThresholdTypeType. This API supports the Mono for Android infrastructure and is not intended to be used directly from your code.

Public Methods

override
Close()
Calling this method has no effect.
override
Flush()
Calling this method has no effect.
override
Write(char[], int, int)
Writes count characters starting at offset in buf to this writer's StringBuffer.