|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
Title:
Description:
Copyright: Copyright (c) 2002
Company:
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 available() throws IOException, RemoteException
IOException
RemoteException
public void close() throws IOException, RemoteException
IOException
RemoteException
public void mark(int readlimit) throws RemoteException
RemoteException
public boolean markSupported() throws RemoteException
RemoteException
public int read() throws IOException, RemoteException
IOException
RemoteException
public int read(byte[] b) throws IOException, RemoteException
IOException
RemoteException
public int read(byte[] b, int off, int len) throws IOException, RemoteException
IOException
RemoteException
public void reset() throws IOException, RemoteException
IOException
RemoteException
public long skip(long n) throws IOException
IOException
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |