|
|||||||||
| 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.
| Field Summary | |
|---|---|
private java.io.InputStream |
in
input stream to read from. |
private java.io.OutputStream |
out
output stream to write to. |
| 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 |
| Field Detail |
|---|
private java.io.InputStream in
private java.io.OutputStream out
| Constructor Detail |
|---|
public ProxyPoint.StreamPump(java.io.InputStream in,
java.io.OutputStream out)
in - input stream to readout - output stream to write to| Method 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 | ||||||||