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

Method Summary
 int available()
           
 void close()
           
 byte[] read(int maxRead)
           
 long skip(long n)
           
 

Method Detail

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