Class | Tree | Deprecated | Index | Help | |||
PREV | NEXT | SHOW LISTS | HIDE LISTS |
java.lang.Object | +----java.lang.Thread | +----Network.PreInOutPipe | +----Network.PreInOut2Pipe
Fields inherited from class java.lang.Thread |
MAX_PRIORITY, MIN_PRIORITY, NORM_PRIORITY |
Constructor Summary | |
Network.PreInOut2Pipe(Network this$0,
java.io.Reader in,
java.io.Writer out,
java.io.Writer out2,
java.lang.String prefix,
java.lang.String prefix2)
|
Method Summary | |
void | run()
|
Methods inherited from class Network.PreInOutPipe |
run |
Methods inherited from class java.lang.Thread |
activeCount, checkAccess, countStackFrames, currentThread, destroy, dumpStack, enumerate, getContextClassLoader, getName, getPriority, getThreadGroup, interrupt, interrupted, isAlive, isDaemon, isInterrupted, join, join, join, resume, run, setContextClassLoader, setDaemon, setName, setPriority, sleep, sleep, start, stop, stop, suspend, toString, yield |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
public Network.PreInOut2Pipe(Network this$0, java.io.Reader in, java.io.Writer out, java.io.Writer out2, java.lang.String prefix, java.lang.String prefix2)
Method Detail |
public void run()
Class | Tree | Deprecated | Index | Help | |||
PREV | NEXT | SHOW LISTS | HIDE LISTS |