Save This Page
Home » openjdk-7 » sun » nio » cs » [javadoc | source]
sun.nio.cs
public class: StreamEncoder [javadoc | source]
java.lang.Object
   java.io.Writer
      sun.nio.cs.StreamEncoder

All Implemented Interfaces:
    Closeable, Flushable, Appendable

Method from sun.nio.cs.StreamEncoder Summary:
close,   encodingName,   flush,   flushBuffer,   forEncoder,   forOutputStreamWriter,   forOutputStreamWriter,   forOutputStreamWriter,   getEncoding,   implClose,   implFlush,   implFlushBuffer,   implWrite,   write,   write,   write
Methods from java.io.Writer:
append,   append,   append,   append,   append,   append,   close,   flush,   write,   write,   write,   write,   write
Methods from java.lang.Object:
equals,   getClass,   hashCode,   notify,   notifyAll,   toString,   wait,   wait,   wait
Method from sun.nio.cs.StreamEncoder Detail:
 public  void close() throws IOException 
 String encodingName() 
 public  void flush() throws IOException 
 public  void flushBuffer() throws IOException 
 public static StreamEncoder forEncoder(WritableByteChannel ch,
    CharsetEncoder enc,
    int minBufferCap) 
 public static StreamEncoder forOutputStreamWriter(OutputStream out,
    Object lock,
    String charsetName) throws UnsupportedEncodingException 
 public static StreamEncoder forOutputStreamWriter(OutputStream out,
    Object lock,
    Charset cs) 
 public static StreamEncoder forOutputStreamWriter(OutputStream out,
    Object lock,
    CharsetEncoder enc) 
 public String getEncoding() 
  void implClose() throws IOException 
  void implFlush() throws IOException 
  void implFlushBuffer() throws IOException 
  void implWrite(char[] cbuf,
    int off,
    int len) throws IOException 
 public  void write(int c) throws IOException 
 public  void write(char[] cbuf,
    int off,
    int len) throws IOException 
 public  void write(String str,
    int off,
    int len) throws IOException