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?
 
Constructor Summary
NullInputStream()
           
 
Method Summary
 int read()
          read method
 
Methods inherited from class java.io.InputStream
available, close, mark, markSupported, read, read, reset, skip
 
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

NullInputStream

public NullInputStream()
Method Detail

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.