java.lang.Object
|
+--java.io.InputStream
|
+--de.cgarbs.io.NullInputStream
This class provides an InputStream that doesn't return any data.
This class is licensed under the GNU LESSER GENERAL PUBLIC LICENSE.
| Constructor Summary | |
NullInputStream()
|
|
| Method Summary | |
int |
read()
Always returns End Of Stream (-1). |
| 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 |
| Constructor Detail |
public NullInputStream()
| Method Detail |
public int read()