Save This Page
Home » Open-JDK-6.b17-src » sun » nio » cs » [javadoc | source]
sun.nio.cs
public class: StreamDecoder [javadoc | source]
java.lang.Object
   java.io.Reader
      sun.nio.cs.StreamDecoder

All Implemented Interfaces:
    Closeable, Readable

Fields inherited from java.io.Reader:
lock
Constructor:
 StreamDecoder(InputStream in,
    Object lock,
    Charset cs) 
 StreamDecoder(InputStream in,
    Object lock,
    CharsetDecoder dec) 
 StreamDecoder(ReadableByteChannel ch,
    CharsetDecoder dec,
    int mbc) 
Method from sun.nio.cs.StreamDecoder Summary:
close,   encodingName,   forDecoder,   forInputStreamReader,   forInputStreamReader,   forInputStreamReader,   getEncoding,   implClose,   implRead,   implReady,   read,   read,   ready
Methods from java.io.Reader:
close,   mark,   markSupported,   read,   read,   read,   read,   ready,   reset,   skip
Methods from java.lang.Object:
clone,   equals,   finalize,   getClass,   hashCode,   notify,   notifyAll,   toString,   wait,   wait,   wait
Method from sun.nio.cs.StreamDecoder Detail:
 public  void close() throws IOException 
 String encodingName() 
 public static StreamDecoder forDecoder(ReadableByteChannel ch,
    CharsetDecoder dec,
    int minBufferCap) 
 public static StreamDecoder forInputStreamReader(InputStream in,
    Object lock,
    String charsetName) throws UnsupportedEncodingException 
 public static StreamDecoder forInputStreamReader(InputStream in,
    Object lock,
    Charset cs) 
 public static StreamDecoder forInputStreamReader(InputStream in,
    Object lock,
    CharsetDecoder dec) 
 public String getEncoding() 
  void implClose() throws IOException 
 int implRead(char[] cbuf,
    int off,
    int end) throws IOException 
 boolean implReady() 
 public int read() throws IOException 
 public int read(char[] cbuf,
    int offset,
    int length) throws IOException 
 public boolean ready() throws IOException