|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectjist.runtime.ProxyPoint.StreamPump
public static class ProxyPoint.StreamPump
A Runnable object that pumps from an InputStream to an OutputStream.
Constructor Summary | |
---|---|
ProxyPoint.StreamPump(java.io.InputStream in,
java.io.OutputStream out)
Create new stream pump. |
Method Summary | |
---|---|
void |
run()
Pumps from input to output, until end-of-file or error. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public ProxyPoint.StreamPump(java.io.InputStream in, java.io.OutputStream out)
in
- input stream to readout
- output stream to write toMethod Detail |
---|
public void run()
run
in interface java.lang.Runnable
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |