public class AutoflushOutputStream
extends java.io.FilterOutputStream
Constructor and Description |
---|
AutoflushOutputStream(java.io.OutputStream out)
Deprecated.
|
Modifier and Type | Method and Description |
---|---|
void |
write(byte[] b)
Deprecated.
|
void |
write(byte[] b,
int offset,
int length)
Deprecated.
|
void |
write(int b)
Deprecated.
|
public AutoflushOutputStream(java.io.OutputStream out)
public void write(byte[] b) throws java.io.IOException
write
in class java.io.FilterOutputStream
java.io.IOException
public void write(byte[] b, int offset, int length) throws java.io.IOException
write
in class java.io.FilterOutputStream
java.io.IOException
public void write(int b) throws java.io.IOException
write
in class java.io.FilterOutputStream
java.io.IOException