public class InputStreamReader extends Reader
| Constructor and Description |
|---|
InputStreamReader(InputStream in) |
InputStreamReader(InputStream in,
String charSetName) |
public InputStreamReader(InputStream in)
public InputStreamReader(InputStream in, String charSetName)
public void close()
throws IOException
close in interface Closeableclose in interface AutoCloseableclose in class ReaderIOExceptionpublic int read()
throws IOException
read in class ReaderIOExceptionpublic int read(char[] cbuf,
int off,
int len)
throws IOException
read in class ReaderIOException