Closeable, Flushable, Appendable, AutoCloseablepublic class FlushingStreamWriter extends OutputStreamWriter
| Constructor | Description |
|---|---|
FlushingStreamWriter(OutputStream out) |
| Modifier and Type | Method | Description |
|---|---|---|
void |
write(char[] cbuf,
int off,
int len) |
|
void |
write(int c) |
|
void |
write(String str,
int off,
int len) |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitappend, append, close, flush, getEncodingpublic FlushingStreamWriter(OutputStream out)
public void write(char[] cbuf,
int off,
int len)
throws IOException
write in class OutputStreamWriterIOExceptionpublic void write(int c)
throws IOException
write in class OutputStreamWriterIOExceptionpublic void write(String str, int off, int len) throws IOException
write in class OutputStreamWriterIOException