|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object java.io.InputStream net.sf.magicproject.network.VirtualInputStream
public class VirtualInputStream
Constructor Summary | |
---|---|
VirtualInputStream()
|
Method Summary | |
---|---|
int |
read()
As standard read method, if buffer is empty, current thread would be blocked until bytes would be available |
void |
reset()
|
Methods inherited from class java.io.InputStream |
---|
available, close, mark, markSupported, read, read, skip |
Methods inherited from class java.lang.Object |
---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public VirtualInputStream()
Method Detail |
---|
public int read() throws java.io.IOException
read
in class java.io.InputStream
java.io.IOException
- never throwsn, but inheritence constraint the presence of this
tagInputStream.read()
public void reset()
reset
in class java.io.InputStream
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |