| Klasse java.io.InputStreamReader | 1.1 |
java.lang.Object
|
+--java.io.Reader
|
+--java.io.InputStreamReader
| Konstruktoren | |
|---|---|
| public | InputStreamReader(InputStream in) |
| public | InputStreamReader(InputStream in, String enc) |
| public | InputStreamReader(InputStream in, Charset cs) ![]() |
| public | InputStreamReader(InputStream in, CharsetDecoder dec) ![]() |
| Methoden | |
|---|---|
| public void | close() |
| public String | getEncoding() |
| public int | read() |
| public int | read(char[] b, int off, int len) |
| public boolean | ready() |
![[1.4]](../../images/marg14.gif)
![[1.4]](../../images/marg14.gif)