edu.emory.mathcs.util.remote.io.server
Interface RemoteOutputStreamSrv
- All Superinterfaces:
- java.rmi.Remote
- All Known Implementing Classes:
- RemoteOutputStreamSrvImpl
- public interface RemoteOutputStreamSrv
- extends java.rmi.Remote
Server interface to the remote output stream.
- Version:
- 1.0
- Author:
- Dawid Kurzyniec
- See Also:
RemoteOutputStream
write
public void write(byte[] data)
throws java.io.IOException
- Throws:
java.io.IOException
flush
public void flush()
throws java.io.IOException
- Throws:
java.io.IOException
close
public void close()
throws java.io.IOException
- Throws:
java.io.IOException