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