|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
public static interface RemoteIO.RemoteInputStreamRemote
Interface for remote input stream.
| Method Summary | |
|---|---|
void |
close()
Close the underlying remote input stream. |
int |
read()
Read a byte. |
byte[] |
read(int len)
Read a sequence of bytes. |
| Method Detail |
|---|
int read()
throws java.io.IOException,
java.rmi.RemoteException
java.io.IOException - underlying input/output error
java.rmi.RemoteException - rpc failure
byte[] read(int len)
throws java.io.IOException,
java.rmi.RemoteException
len - number of bytes to read
java.io.IOException - underlying input/output error
java.rmi.RemoteException - rpc failure
void close()
throws java.io.IOException,
java.rmi.RemoteException
java.io.IOException - underlying input/output error
java.rmi.RemoteException - rpc failure
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||