站内搜索: 请输入搜索关键词
当前页面: 在线文档首页 > NetBeans API Javadoc 5.0.0

NullOutputStream (NetBeans Utilities API) - NetBeans API Javadoc 5.0.0

 

org.openide.util.io
Class NullOutputStream

java.lang.Object
  extended byjava.io.OutputStream
      extended byorg.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

Throws:
IOException

 

Built on May 3 2007.  |  Portions Copyright 1997-2005 Sun Microsystems, Inc. All rights reserved.