public final class NullOutputStream extends OutputStream
| Constructor and Description |
|---|
NullOutputStream()
default constructor.
|
| Modifier and Type | Method and Description |
|---|---|
void |
write(byte[] b)
Pseudo write()-method.
|
void |
write(byte[] b,
int off,
int len)
Pseudo write()-method.
|
void |
write(int b)
Pseudo write()-method.
|
close, flushpublic void write(int b)
write in class OutputStreamb - won't be evaluatedpublic void write(byte[] b,
int off,
int len)
write in class OutputStreamb - won't be evaluatedoff - won't be evaluatedlen - won't be evaluatedpublic void write(byte[] b)
write in class OutputStreamb - won't be evaluatedCopyright © 2014. All rights reserved.