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