public class FlushingStreamWriter extends OutputStreamWriter
Constructor and Description |
---|
FlushingStreamWriter(OutputStream out) |
Modifier and Type | Method and Description |
---|---|
void |
write(char[] cbuf,
int off,
int len) |
void |
write(int c) |
void |
write(String str,
int off,
int len) |
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