The members of Java.IO.BufferedReader are listed below.
See Also: Inherited members from Java.IO.Reader
Constructs a new BufferedReader, providing in with a buffer of 8192 characters. | ||
Constructs a new BufferedReader, providing in with size characters of buffer. |
A constructor used when creating managed representations of JNI objects; called by the runtime. |
[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. |
override | Close()Closes this reader. | |
override | Read(char[], int, int)Reads up to length characters from this reader and stores them at offset in the character array buffer. | |
ReadLine()Returns the next line of text available from this reader. | ||
ReadLineAsync()Documentation for this section has not yet been entered. |