public class FlushingStreamWriter
extends java.io.OutputStreamWriter
| Constructor and Description | 
|---|
FlushingStreamWriter(java.io.OutputStream out)  | 
| Modifier and Type | Method and Description | 
|---|---|
void | 
write(char[] cbuf,
     int off,
     int len)  | 
void | 
write(int c)  | 
void | 
write(java.lang.String str,
     int off,
     int len)  | 
public void write(char[] cbuf,
                  int off,
                  int len)
           throws java.io.IOException
write in class java.io.OutputStreamWriterjava.io.IOExceptionpublic void write(int c)
           throws java.io.IOException
write in class java.io.OutputStreamWriterjava.io.IOExceptionpublic void write(java.lang.String str,
                  int off,
                  int len)
           throws java.io.IOException
write in class java.io.OutputStreamWriterjava.io.IOException