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, unexportObjectstatic final long serialVersionUID
java.io.InputStream in
public RemoteInputStream_impl(java.io.InputStream in)
throws java.rmi.RemoteException
java.rmi.RemoteExceptionpublic int available()
throws java.io.IOException,
java.rmi.RemoteException
available in interface RemoteInputStreamjava.io.IOExceptionjava.rmi.RemoteExceptionpublic void close()
throws java.io.IOException,
java.rmi.RemoteException
close in interface RemoteInputStreamjava.io.IOExceptionjava.rmi.RemoteExceptionpublic void mark(int readlimit)
throws java.rmi.RemoteException
mark in interface RemoteInputStreamjava.rmi.RemoteExceptionpublic boolean markSupported()
throws java.rmi.RemoteException
markSupported in interface RemoteInputStreamjava.rmi.RemoteExceptionpublic int read()
throws java.io.IOException,
java.rmi.RemoteException
read in interface RemoteInputStreamjava.io.IOExceptionjava.rmi.RemoteExceptionpublic RemoteInputStream.readResult read(int len) throws java.io.IOException, java.rmi.RemoteException
read in interface RemoteInputStreamjava.io.IOExceptionjava.rmi.RemoteExceptionpublic void reset()
throws java.io.IOException,
java.rmi.RemoteException
reset in interface RemoteInputStreamjava.io.IOExceptionjava.rmi.RemoteExceptionpublic long skip(long n)
throws java.io.IOException,
java.rmi.RemoteException
skip in interface RemoteInputStreamjava.io.IOExceptionjava.rmi.RemoteException