public final class NullOutputStream extends OutputStream
| Constructor and Description |
|---|
NullOutputStream()
default constructor.
|
public void write(int b)
throws IOException
write in class OutputStreamb - won't be evaluatedIOExceptionpublic void write(byte[] b,
int off,
int len)
throws IOException
write in class OutputStreamb - off - len - IOExceptionpublic void write(byte[] b)
throws IOException
write in class OutputStreamb - IOExceptionCopyright © 2014 Christof Reichardt. All rights reserved. (Build: 26-May-2014)