public interface RemoteInputStream
extends java.rmi.Remote
Modifier and Type | Interface and Description |
---|---|
static class |
RemoteInputStream.readResult |
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) |
int available() throws java.io.IOException, java.rmi.RemoteException
java.io.IOException
java.rmi.RemoteException
void close() throws java.io.IOException, java.rmi.RemoteException
java.io.IOException
java.rmi.RemoteException
void mark(int readlimit) throws java.rmi.RemoteException
java.rmi.RemoteException
boolean markSupported() throws java.rmi.RemoteException
java.rmi.RemoteException
int read() throws java.io.IOException, java.rmi.RemoteException
java.io.IOException
java.rmi.RemoteException
RemoteInputStream.readResult read(int len) throws java.io.IOException, java.rmi.RemoteException
java.io.IOException
java.rmi.RemoteException
void reset() throws java.io.IOException, java.rmi.RemoteException
java.io.IOException
java.rmi.RemoteException
long skip(long n) throws java.io.IOException, java.rmi.RemoteException
java.io.IOException
java.rmi.RemoteException