public class NullOutputStream
extends java.io.OutputStream
| Constructor and Description | 
|---|
| NullOutputStream() | 
| Modifier and Type | Method and Description | 
|---|---|
| void | write(byte[] b)Write to dev null. | 
| void | write(byte[] b,
     int off,
     int len)Write to dev null. | 
| void | write(int b)Write to dev null. | 
public void write(int b)
           throws java.io.IOException
write in class java.io.OutputStreamjava.io.IOExceptionpublic void write(byte[] b,
                  int off,
                  int len)
           throws java.io.IOException
write in class java.io.OutputStreamjava.io.IOExceptionpublic void write(byte[] b)
           throws java.io.IOException
write in class java.io.OutputStreamjava.io.IOException