InputStreamReader
Creates an InputStreamReader that uses the default charset.
Parameters
in
An InputStream
See also
Creates an InputStreamReader that uses the given charset.
Since
1.4
Parameters
in
An InputStream
cs
A charset
Creates an InputStreamReader that uses the given charset decoder.
Since
1.4
Parameters
in
An InputStream
dec
A charset decoder