edu.ucdavis.rj
Class RemoteInputStream_impl
java.lang.Object
java.rmi.server.RemoteObject
java.rmi.server.RemoteServer
java.rmi.server.UnicastRemoteObject
edu.ucdavis.rj.RemoteInputStream_impl
- All Implemented Interfaces:
- RemoteInputStream, java.io.Serializable, java.rmi.Remote
public class RemoteInputStream_impl
- extends java.rmi.server.UnicastRemoteObject
- implements RemoteInputStream
- See Also:
- Serialized Form
Fields inherited from class java.rmi.server.RemoteObject |
ref |
Methods inherited from class java.rmi.server.UnicastRemoteObject |
clone, exportObject, exportObject, exportObject, unexportObject |
Methods inherited from class java.rmi.server.RemoteServer |
getClientHost, getLog, setLog |
Methods inherited from class java.rmi.server.RemoteObject |
equals, getRef, hashCode, toString, toStub |
Methods inherited from class java.lang.Object |
finalize, getClass, notify, notifyAll, wait, wait, wait |
RemoteInputStream_impl
public RemoteInputStream_impl(java.io.InputStream in)
throws java.rmi.RemoteException
- Throws:
java.rmi.RemoteException
available
public int available()
throws java.io.IOException,
java.rmi.RemoteException
- Specified by:
available
in interface RemoteInputStream
- Throws:
java.io.IOException
java.rmi.RemoteException
close
public void close()
throws java.io.IOException,
java.rmi.RemoteException
- Specified by:
close
in interface RemoteInputStream
- Throws:
java.io.IOException
java.rmi.RemoteException
mark
public void mark(int readlimit)
throws java.rmi.RemoteException
- Specified by:
mark
in interface RemoteInputStream
- Throws:
java.rmi.RemoteException
markSupported
public boolean markSupported()
throws java.rmi.RemoteException
- Specified by:
markSupported
in interface RemoteInputStream
- Throws:
java.rmi.RemoteException
read
public int read()
throws java.io.IOException,
java.rmi.RemoteException
- Specified by:
read
in interface RemoteInputStream
- Throws:
java.io.IOException
java.rmi.RemoteException
read
public RemoteInputStream.readResult read(int len)
throws java.io.IOException,
java.rmi.RemoteException
- Specified by:
read
in interface RemoteInputStream
- Throws:
java.io.IOException
java.rmi.RemoteException
reset
public void reset()
throws java.io.IOException,
java.rmi.RemoteException
- Specified by:
reset
in interface RemoteInputStream
- Throws:
java.io.IOException
java.rmi.RemoteException
skip
public long skip(long n)
throws java.io.IOException,
java.rmi.RemoteException
- Specified by:
skip
in interface RemoteInputStream
- Throws:
java.io.IOException
java.rmi.RemoteException