edu.emory.mathcs.util.remote.io.server.impl
Class RemoteOutputStreamSrvImpl

java.lang.Object
  extended byedu.emory.mathcs.util.remote.io.server.impl.RemoteOutputStreamSrvImpl
All Implemented Interfaces:
java.rmi.Remote, RemoteOutputStreamSrv

public class RemoteOutputStreamSrvImpl
extends java.lang.Object
implements RemoteOutputStreamSrv

Server-side remote handle to an output stream.

Version:
1.0
Author:
Dawid Kurzyniec
See Also:
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

RemoteOutputStreamSrvImpl

public RemoteOutputStreamSrvImpl(java.io.OutputStream out)
Method Detail

write

public void write(byte[] data)
           throws java.io.IOException
Specified by:
write in interface RemoteOutputStreamSrv
Throws:
java.io.IOException

flush

public void flush()
           throws java.io.IOException
Specified by:
flush in interface RemoteOutputStreamSrv
Throws:
java.io.IOException

close

public void close()
           throws java.io.IOException
Specified by:
close in interface RemoteOutputStreamSrv
Throws:
java.io.IOException