public class RemoteInputStream_impl extends java.rmi.server.UnicastRemoteObject implements RemoteInputStream
RemoteInputStream.readResult
Modifier and Type | Field and Description |
---|---|
(package private) java.io.InputStream |
in |
(package private) static long |
serialVersionUID |
Constructor and Description |
---|
RemoteInputStream_impl(java.io.InputStream in) |
Modifier and Type | Method and Description |
---|---|
int |
available() |
void |
close() |
void |
mark(int readlimit) |
boolean |
markSupported() |
int |
read() |
RemoteInputStream.readResult |
read(int len) |
void |
reset() |
long |
skip(long n) |
clone, exportObject, exportObject, exportObject, unexportObject
static final long serialVersionUID
java.io.InputStream in
public RemoteInputStream_impl(java.io.InputStream in) throws java.rmi.RemoteException
java.rmi.RemoteException
public int available() throws java.io.IOException, java.rmi.RemoteException
available
in interface RemoteInputStream
java.io.IOException
java.rmi.RemoteException
public void close() throws java.io.IOException, java.rmi.RemoteException
close
in interface RemoteInputStream
java.io.IOException
java.rmi.RemoteException
public void mark(int readlimit) throws java.rmi.RemoteException
mark
in interface RemoteInputStream
java.rmi.RemoteException
public boolean markSupported() throws java.rmi.RemoteException
markSupported
in interface RemoteInputStream
java.rmi.RemoteException
public int read() throws java.io.IOException, java.rmi.RemoteException
read
in interface RemoteInputStream
java.io.IOException
java.rmi.RemoteException
public RemoteInputStream.readResult read(int len) throws java.io.IOException, java.rmi.RemoteException
read
in interface RemoteInputStream
java.io.IOException
java.rmi.RemoteException
public void reset() throws java.io.IOException, java.rmi.RemoteException
reset
in interface RemoteInputStream
java.io.IOException
java.rmi.RemoteException
public long skip(long n) throws java.io.IOException, java.rmi.RemoteException
skip
in interface RemoteInputStream
java.io.IOException
java.rmi.RemoteException