Contents | Package | Class | Tree | Deprecated | Index | Help | |||
PREV | NEXT | SHOW LISTS | HIDE LISTS |
Method Summary | |
int | available()
|
void | close()
|
void | mark(int readlimit)
|
boolean | markSupported()
|
int | read()
|
int | read(byte[] b)
|
int | read(byte[] b,
int off,
int len)
|
void | reset()
|
long | skip(long n)
|
Method Detail |
public int read() throws java.io.IOException, RemoteException
public int read(byte[] b) throws java.io.IOException, java.lang.NullPointerException, RemoteException
public int read(byte[] b, int off, int len) throws java.io.IOException, java.lang.NullPointerException, java.lang.IndexOutOfBoundsException, RemoteException
public long skip(long n) throws java.io.IOException, RemoteException
public int available() throws java.io.IOException, RemoteException
public void close() throws java.io.IOException, RemoteException
public void mark(int readlimit) throws RemoteException
public void reset() throws java.io.IOException, RemoteException
public boolean markSupported() throws RemoteException
Contents | Package | Class | Tree | Deprecated | Index | Help | |||
PREV | NEXT | SHOW LISTS | HIDE LISTS |