The constructors of Java.IO.BufferedReader are listed below. For a list of all members, see the BufferedReader Members list.
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. |