|
JanosVM v0.5.1 Java API | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--java.io.InputStream | +--edu.utah.janosvm.io.StdinInputStream
Input stream for a team's standard in.
XXX rename to StdInputStream.
Constructor Summary | |
StdinInputStream()
|
Method Summary | |
int |
read()
XXX stupid wrapper for the readInt function. |
int |
read(byte[] b,
int off,
int len)
Native function that does a block read from stdin as setup for the current team. |
Methods inherited from class java.io.InputStream |
available,
close,
mark,
markSupported,
read,
reset,
skip |
Methods inherited from class java.lang.Object |
clone,
equals,
finalize,
getClass,
hashCode,
notify,
notifyAll,
toString,
wait,
wait,
wait |
Constructor Detail |
public StdinInputStream()
Method Detail |
public int read()
public int read(byte[] b, int off, int len)
|
JanosVM v0.5.1 Java API | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |