Java.IO.CharArrayReader Members

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

See Also: Inherited members from Java.IO.Reader

Public Constructors

Constructs a CharArrayReader on the char array buf.
Constructs a CharArrayReader on the char array buf.

Protected Constructors

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

Protected Properties

BufIList<char>. The buffer for characters.
Countint. The ending index of the buffer.
MarkedPosint. The current mark position.
Posint. The current buffer position.
[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()
This method closes this CharArrayReader.
override
Read(char[], int, int) : int
Reads up to count characters from this CharArrayReader and stores them at offset in the character array buffer.