当前页面:
在线文档首页 >
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
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
- Throws:
IOException