public class AutoflushWriter
extends java.io.FilterWriter
Constructor and Description |
---|
AutoflushWriter(java.io.Writer out)
Deprecated.
|
Modifier and Type | Method and Description |
---|---|
void |
write(char[] buffer)
Deprecated.
|
void |
write(char[] buffer,
int offset,
int length)
Deprecated.
|
void |
write(int c)
Deprecated.
|
void |
write(java.lang.String str,
int offset,
int length)
Deprecated.
|
public void write(int c) throws java.io.IOException
write
in class java.io.FilterWriter
java.io.IOException
public void write(java.lang.String str, int offset, int length) throws java.io.IOException
write
in class java.io.FilterWriter
java.io.IOException
public void write(char[] buffer) throws java.io.IOException
write
in class java.io.Writer
java.io.IOException
public void write(char[] buffer, int offset, int length) throws java.io.IOException
write
in class java.io.FilterWriter
java.io.IOException