|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectedu.emory.mathcs.util.remote.io.server.impl.RemoteOutputStreamSrvImpl
Server-side remote handle to an output stream.
RemoteOutputStream
Constructor Summary | |
RemoteOutputStreamSrvImpl(java.io.OutputStream out)
|
Method Summary | |
void |
close()
|
void |
flush()
|
void |
write(byte[] data)
|
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
public RemoteOutputStreamSrvImpl(java.io.OutputStream out)
Method Detail |
public void write(byte[] data) throws java.io.IOException
write
in interface RemoteOutputStreamSrv
java.io.IOException
public void flush() throws java.io.IOException
flush
in interface RemoteOutputStreamSrv
java.io.IOException
public void close() throws java.io.IOException
close
in interface RemoteOutputStreamSrv
java.io.IOException
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |