edu.emory.mathcs.util.remote.io.server
Interface RemoteInputStreamSrv
- All Superinterfaces:
- java.rmi.Remote
- All Known Implementing Classes:
- RemoteInputStreamSrvImpl
- public interface RemoteInputStreamSrv
- extends java.rmi.Remote
Server interface to the remote input stream.
- Version:
- 1.0
- Author:
- Dawid Kurzyniec
- See Also:
RemoteInputStream
read
public byte[] read(int maxRead)
throws java.io.IOException
- Throws:
java.io.IOException
skip
public long skip(long n)
throws java.io.IOException
- Throws:
java.io.IOException
available
public int available()
throws java.io.IOException
- Throws:
java.io.IOException
close
public void close()
throws java.io.IOException
- Throws:
java.io.IOException