edu.ucdavis.rj.VM
Interface RemoteInputStream

All Superinterfaces:
java.rmi.Remote
All Known Implementing Classes:
RemoteInputStream_impl

public interface RemoteInputStream
extends java.rmi.Remote


Nested Class Summary
static class RemoteInputStream.readResult
           
 
Method Summary
 int available()
           
 void close()
           
 void mark(int readlimit)
           
 boolean markSupported()
           
 int read()
           
 RemoteInputStream.readResult read(int len)
           
 void reset()
           
 long skip(long n)
           
 

Method Detail

available

int available()
              throws java.io.IOException,
                     java.rmi.RemoteException
Throws:
java.io.IOException
java.rmi.RemoteException

close

void close()
           throws java.io.IOException,
                  java.rmi.RemoteException
Throws:
java.io.IOException
java.rmi.RemoteException

mark

void mark(int readlimit)
          throws java.rmi.RemoteException
Throws:
java.rmi.RemoteException

markSupported

boolean markSupported()
                      throws java.rmi.RemoteException
Throws:
java.rmi.RemoteException

read

int read()
         throws java.io.IOException,
                java.rmi.RemoteException
Throws:
java.io.IOException
java.rmi.RemoteException

read

RemoteInputStream.readResult read(int len)
                                  throws java.io.IOException,
                                         java.rmi.RemoteException
Throws:
java.io.IOException
java.rmi.RemoteException

reset

void reset()
           throws java.io.IOException,
                  java.rmi.RemoteException
Throws:
java.io.IOException
java.rmi.RemoteException

skip

long skip(long n)
          throws java.io.IOException,
                 java.rmi.RemoteException
Throws:
java.io.IOException
java.rmi.RemoteException