The members of Java.IO.Reader are listed below.
See Also: Inherited members from Java.Lang.Object
Reader() | Constructs a new Reader with this as the object used to synchronize critical sections. | |
Constructs a new Reader with lock used to synchronize critical sections. | ||
A constructor used when creating managed representations of JNI objects; called by the runtime. |
Lock | Java.Lang.Object. The object used to synchronize access to the reader. | |
[read-only] override | ThresholdClass | IntPtr. This API supports the Mono for Android infrastructure and is not intended to be used directly from your code. |
[read-only] override | ThresholdType | Type. This API supports the Mono for Android infrastructure and is not intended to be used directly from your code. |
abstract | Close()Closes this reader. | |
Mark(int)Sets a mark position in this reader. | ||
MarkSupported()Indicates whether this reader supports the mark() and reset() methods. | ||
Read()Reads a single character from this reader and returns it as an integer with the two higher-order bytes set to 0. | ||
Read(Java.Nio.CharBuffer)Reads characters and puts them into the target character buffer. | ||
Read(char[])Reads characters from this reader and stores them in the character array buffer starting at offset 0. | ||
abstract | Read(char[], int, int)Reads up to count characters from this reader and stores them at offset in the character array buffer. | |
ReadAsync()Documentation for this section has not yet been entered. | ||
ReadAsync(Java.Nio.CharBuffer)Documentation for this section has not yet been entered. | ||
ReadAsync(char[])Documentation for this section has not yet been entered. | ||
ReadAsync(char[], int, int)Documentation for this section has not yet been entered. | ||
Ready()Indicates whether this reader is ready to be read without blocking. | ||
Reset()Resets this reader's position to the last mark() location. | ||
Skip(long)Skips charCount characters in this reader. | ||
SkipAsync(long)Documentation for this section has not yet been entered. |