Closeable, Flushable, AutoCloseablepublic 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, waitclose, flush, write, writepublic void write(int c)
throws IOException
write in class OutputStreamIOExceptionBuilt on April 24 2018. | Portions Copyright 1997-2018 Oracle. All rights reserved.