java.io
Class InputStreamReader

java.lang.Object
  |
  +--java.io.Reader
        |
        +--java.io.InputStreamReader

public class InputStreamReader
extends Reader


Constructor Summary
InputStreamReader(InputStream in)
           
 
Method Summary
 void close()
           
 int read()
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, toString
 

Constructor Detail

InputStreamReader

public InputStreamReader(InputStream in)
Method Detail

close

public void close()
           throws IOException
IOException

read

public int read()
         throws IOException
Overrides:
read in class Reader
IOException