|
JBoss STDIO 1.0.0.CR1 | ||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectjava.io.InputStream
org.jboss.stdio.NullInputStream
public final class NullInputStream

An input stream that is always in an EOF condition.
| Constructor Summary | |
|---|---|
NullInputStream()
|
|
| Method Summary | |
|---|---|
static NullInputStream |
getInstance()
Get the singleton instance. |
int |
read()
Read a byte. |
| 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 static NullInputStream getInstance()
public int read()
read in class java.io.InputStream
|
JBoss STDIO 1.0.0.CR1 | ||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||