|
S-PLUS Connect/Java v1.0 | ||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
Remote interface with the same methods as FileInputStream.
FileInputStream
Method Summary | |
int |
available()
|
void |
close()
|
void |
finalize()
|
FileDescriptor |
getFD()
|
byte[] |
getReadByteValues()
|
int |
read()
|
int |
read(byte[] b)
Read method equivalent to that in FileInputStream. |
int |
read(byte[] b,
int off,
int len)
Read method equivalent to that in FileInputStream. |
byte[] |
read(int len)
Read method that retrieves a specified number of bytes. |
long |
skip(long n)
|
Method Detail |
public int available() throws IOException, RemoteException
IOException
RemoteException
public void close() throws IOException, RemoteException
IOException
RemoteException
public void finalize() throws IOException, RemoteException
IOException
RemoteException
public FileDescriptor getFD() throws IOException, RemoteException
IOException
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 byte[] read(int len) throws IOException, RemoteException
IOException
RemoteException
public long skip(long n) throws IOException, RemoteException
IOException
RemoteException
public byte[] getReadByteValues() throws RemoteException
RemoteException
|
S-PLUS Connect/Java v1.0 | ||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |