java.io
Class InputStreamReader
java.lang.Object
java.io.Reader
java.io.InputStreamReader
- Direct Known Subclasses:
- FileReader
public class InputStreamReader
- extends Reader
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
InputStreamReader
public InputStreamReader(InputStream var0)
InputStreamReader
public InputStreamReader(InputStream var0,
String var1)
throws UnsupportedEncodingException
- Throws:
UnsupportedEncodingException
close
public void close()
throws IOException
- Specified by:
close
in class Reader
- Throws:
IOException
getEncoding
public String getEncoding()
read
public int read()
throws IOException
- Overrides:
read
in class Reader
- Throws:
IOException
read
public int read(char[] var0,
int var1,
int var2)
throws IOException
- Specified by:
read
in class Reader
- Throws:
IOException
ready
public boolean ready()
throws IOException
- Overrides:
ready
in class Reader
- Throws:
IOException
Copyright © 2006-2010 OSGi Alliance. All Rights Reserved.