|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||
java.lang.Object
|
+--java.io.Reader
|
+--java.io.InputStreamReader
| Constructor Summary | |
InputStreamReader(InputStream in)
|
|
| Method Summary | |
void |
close()
|
int |
read()
|
| Methods inherited from class java.lang.Object |
equals, getClass, hashCode, toString |
| Constructor Detail |
public InputStreamReader(InputStream in)
| Method Detail |
public void close()
throws IOException
IOException
public int read()
throws IOException
read in class ReaderIOException
|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||