public final class UTF8Writer extends Writer
protected final IOContext _context
public UTF8Writer(IOContext ctxt, OutputStream out)
public Writer append(char c) throws IOException
append
在接口中 Appendable
append
在类中 Writer
IOException
public void close() throws IOException
close
在接口中 Closeable
close
在接口中 AutoCloseable
close
在类中 Writer
IOException
public void flush() throws IOException
flush
在接口中 Flushable
flush
在类中 Writer
IOException
public void write(char[] cbuf) throws IOException
write
在类中 Writer
IOException
public void write(char[] cbuf, int off, int len) throws IOException
write
在类中 Writer
IOException
public void write(int c) throws IOException
write
在类中 Writer
IOException
public void write(String str) throws IOException
write
在类中 Writer
IOException
public void write(String str, int off, int len) throws IOException
write
在类中 Writer
IOException