java.io
Class InputStreamReader
java.lang.Object
|
+--java.io.Reader
|
+--java.io.InputStreamReader
- Direct Known Subclasses:
- FileReader
- public synchronized class InputStreamReader
- extends Reader
InputStreamReader
public InputStreamReader(InputStream)
InputStreamReader
public InputStreamReader(InputStream,
String)
throws UnsupportedEncodingException
InputStreamReader
public InputStreamReader(InputStream,
java.nio.charset.Charset)
InputStreamReader
public InputStreamReader(InputStream,
java.nio.charset.CharsetDecoder)
getEncoding
public String getEncoding()
read
public int read()
throws IOException
- Overrides:
read
in class Reader
IOException
read
public int read(char[],
int,
int)
throws IOException
- Specified by:
read
in class Reader
IOException
ready
public boolean ready()
throws IOException
- Overrides:
ready
in class Reader
IOException
close
public void close()
throws IOException
- Specified by:
close
in class Reader
IOException