Java.IO.StringReader Members

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

See Also: Inherited members from Java.IO.Reader

Public Constructors

Construct a new StringReader with str as source.

Protected Constructors

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

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()
Closes this reader.
override
Read(char[], int, int) : int
Reads up to count characters from the source string and stores them at offset in the character array buffer.