public class NullOutputStream extends OutputStream
| Constructor and Description | 
|---|
| NullOutputStream() | 
public void write(int b)
           throws IOException
write in class OutputStreamIOExceptionpublic void write(byte[] b,
         int off,
         int len)
           throws IOException
write in class OutputStreamIOExceptionpublic void write(byte[] b)
           throws IOException
write in class OutputStreamIOExceptionCopyright © 2002–2016 The Apache Software Foundation. All rights reserved.