org.openide.util.io
Class NullOutputStream

java.lang.Object
  |
  +--java.io.OutputStream
        |
        +--org.openide.util.io.NullOutputStream

public class NullOutputStream
extends OutputStream

null OutputStream utility


Field Summary
 boolean throwException
          is an exception be thrown while read?
 
Constructor Summary
NullOutputStream()
           
 
Method Summary
 void write(int c)
          write method
 
Methods inherited from class java.io.OutputStream
close, flush, write, write
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

throwException

public boolean throwException
is an exception be thrown while read?
Constructor Detail

NullOutputStream

public NullOutputStream()
Method Detail

write

public void write(int c)
           throws IOException
write method
Overrides:
write in class OutputStream


Built on December 12 2001.  |  Portions Copyright 1997-2001 Sun Microsystems, Inc. All rights reserved.