The constructors of Java.IO.InputStreamReader are listed below. For a list of all members, see the InputStreamReader Members list.
See Also: Inherited members from Java.IO.Reader
Constructs a new InputStreamReader on the Java.IO.InputStreamin. | ||
Constructs a new InputStreamReader on the InputStream in and Charset charset. | ||
Constructs a new InputStreamReader on the InputStream in and CharsetDecoder dec. | ||
Constructs a new InputStreamReader on the InputStream in. |
A constructor used when creating managed representations of JNI objects; called by the runtime. |