|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface DataConnection
Method Summary | |
---|---|
long |
transferFromClient(java.io.OutputStream out)
Transfer data from the client (e.g. |
long |
transferToClient(java.io.InputStream in)
Transfer data to the client (e.g. |
void |
transferToClient(java.lang.String str)
Transfer a string to the client, e.g. |
Method Detail |
---|
long transferFromClient(java.io.OutputStream out) throws java.io.IOException
out
- The OutputStream
containing the destination
of the data from the client.
java.io.IOException
long transferToClient(java.io.InputStream in) throws java.io.IOException
in
- Data to be transfered to the client
java.io.IOException
void transferToClient(java.lang.String str) throws java.io.IOException
str
- The string to transfer
java.io.IOException
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |