|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
public static interface RemoteIO.RemoteOutputStreamRemote
Interface for remote output stream.
| Method Summary | |
|---|---|
void |
close()
Close the underlying remote output stream. |
void |
flush()
Flush output. |
void |
write(byte[] b)
Write an array of bytes. |
void |
write(byte[] b,
int off,
int len)
Write an array of bytes. |
void |
write(int b)
Write a byte. |
| Method Detail |
|---|
void write(int b)
throws java.io.IOException,
java.rmi.RemoteException
b - byte to write
java.io.IOException - underlying input/output error
java.rmi.RemoteException - rpc failure
void write(byte[] b)
throws java.io.IOException,
java.rmi.RemoteException
b - array of bytes
java.io.IOException - underlying input/output error
java.rmi.RemoteException - rpc failure
void write(byte[] b,
int off,
int len)
throws java.io.IOException,
java.rmi.RemoteException
b - array of bytesoff - starting offset within arraylen - number of bytes to write
java.io.IOException - underlying input/output error
java.rmi.RemoteException - rpc failure
void flush()
throws java.io.IOException,
java.rmi.RemoteException
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 | ||||||||