org.openide.util.io
Class NullInputStream
java.lang.Object
|
+--java.io.InputStream
|
+--org.openide.util.io.NullInputStream
- public class NullInputStream
- extends InputStream
null InputStream utility
Field Summary |
boolean |
throwException
is an exception be thrown while read? |
Method Summary |
int |
read()
read 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?
NullInputStream
public NullInputStream()
read
public int read()
throws IOException
- read method
- Overrides:
read
in class InputStream
Built on December 12 2001. | Portions Copyright 1997-2001 Sun Microsystems, Inc. All rights reserved.