|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use JistAPI.Continuable | |
---|---|
jist.runtime | Provides the entire JiST (Java in Simulation Time) runtime framework and simulation time functionality. |
jist.swans.app.io | SWANS counterparts for java.io classes used to simulate standard Java applications. |
Uses of JistAPI.Continuable in jist.runtime |
---|
Methods in jist.runtime that throw JistAPI.Continuable | |
---|---|
static void |
JistAPI.sleepBlock(long i)
Advance the current simulation time, and block current method (using simulation time continuations) until that time. |
static void |
JistAPI_Impl.sleepBlock(long i)
|
Uses of JistAPI.Continuable in jist.swans.app.io |
---|
Methods in jist.swans.app.io that throw JistAPI.Continuable | |
---|---|
void |
BufferedReader.close()
|
void |
BufferedWriter.flush()
|
void |
BufferedReader.mark(int readAheadLimit)
|
boolean |
BufferedReader.markSupported()
|
int |
BufferedReader.read()
|
abstract int |
InputStream.read()
|
int |
InputStreamReader.read()
|
int |
BufferedReader.read(char[] cbuf,
int off,
int len)
|
int |
InputStreamReader.read(char[] cbuf,
int offset,
int length)
|
java.lang.String |
BufferedReader.readLine()
|
boolean |
BufferedReader.ready()
|
void |
BufferedReader.reset()
|
long |
BufferedReader.skip(long n)
|
void |
BufferedWriter.write(char[] cbuf,
int off,
int len)
|
void |
BufferedWriter.write(int c)
|
abstract void |
OutputStream.write(int b)
|
void |
BufferedWriter.write(java.lang.String s,
int off,
int len)
|
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |