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, write, writepublic void write(int c)
throws IOException
write in class OutputStreamIOExceptionBuilt on August 24 2014. | Portions Copyright 1997-2014 Sun Microsystems, Inc. All rights reserved.