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? | 
 
 
| 
Method Summary | 
 void | 
write(int c)
 
          write method | 
 
 
| Methods inherited from class java.lang.Object | 
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait | 
 
throwException
public boolean throwException
- is an exception be thrown while read?
 
NullOutputStream
public NullOutputStream()
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.