public class NullOutputStream extends OutputStream
Modifier and Type | Field and Description |
---|---|
boolean |
throwException
is an exception be thrown while read?
|
Constructor and Description |
---|
NullOutputStream() |
Modifier and Type | Method and Description |
---|---|
void |
write(int c)
write method
|
close, flush, nullOutputStream, write, write
public void write(int c) throws IOException
write
in class OutputStream
IOException