public class NullOutputStream extends OutputStream
Constructor and Description |
---|
NullOutputStream()
NullOutputStream
|
Modifier and Type | Method and Description |
---|---|
void |
flush() |
void |
write(int i) |
close, write, write
public void flush() throws IOException
flush
in class OutputStream
IOException
- ?public void write(int i) throws IOException
write
in class OutputStream
i
- ?IOException
- ?