j2ee.io
Class InputStreamReader
java.lang.Object
java.io.Reader
java.io.InputStreamReader
j2ee.io.InputStreamReader
- All Implemented Interfaces:
- java.io.Closeable, java.lang.Readable
public class InputStreamReader
- extends java.io.InputStreamReader
Fields inherited from class java.io.Reader |
lock |
Methods inherited from class java.io.InputStreamReader |
close, getEncoding, read, read, ready |
Methods inherited from class java.io.Reader |
mark, markSupported, read, read, reset, skip |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
InputStreamReader
public InputStreamReader(java.io.InputStream in)
InputStreamReader
public InputStreamReader(java.io.InputStream in,
java.nio.charset.Charset cs)
InputStreamReader
public InputStreamReader(java.io.InputStream in,
java.nio.charset.CharsetDecoder dec)
InputStreamReader
public InputStreamReader(java.io.InputStream in,
java.lang.String charsetName)
throws java.io.UnsupportedEncodingException
- Throws:
java.io.UnsupportedEncodingException