Closeable
, Flushable
, AutoCloseable
public class NullOutputStream extends OutputStream
Modifier and Type | Field | Description |
---|---|---|
boolean |
throwException |
is an exception be thrown while read?
|
Constructor | Description |
---|---|
NullOutputStream() |
Modifier and Type | Method | Description |
---|---|---|
void |
write(int c) |
write method
|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
close, flush, write, write
public void write(int c) throws IOException
write
in class OutputStream
IOException
Built on April 24 2018. | Portions Copyright 1997-2018 Oracle. All rights reserved.