Closeable
, Flushable
, Appendable
, AutoCloseable
public 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, wait
append, append, close, flush, getEncoding
public FlushingStreamWriter(OutputStream out)
public void write(char[] cbuf, int off, int len) throws IOException
write
in class OutputStreamWriter
IOException
public void write(int c) throws IOException
write
in class OutputStreamWriter
IOException
public void write(String str, int off, int len) throws IOException
write
in class OutputStreamWriter
IOException