org.mortbay.io
Class IO.Job
java.lang.Object
org.mortbay.io.IO.Job
- All Implemented Interfaces:
- Runnable
- Enclosing class:
- IO
static class IO.Job
- extends Object
- implements Runnable
Method Summary |
void |
run()
|
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
in
InputStream in
out
OutputStream out
read
Reader read
write
Writer write
IO.Job
IO.Job(InputStream in,
OutputStream out)
IO.Job
IO.Job(Reader read,
Writer write)
run
public void run()
- Specified by:
run
in interface Runnable