|
S-PLUS Connect/Java v1.0 | |||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface FileInputStreamProxy
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 |
---|
int available() throws IOException, RemoteException
IOException
RemoteException
void close() throws IOException, RemoteException
IOException
RemoteException
void finalize() throws IOException, RemoteException
IOException
RemoteException
FileDescriptor getFD() throws IOException, RemoteException
IOException
RemoteException
int read() throws IOException, RemoteException
IOException
RemoteException
int read(byte[] b) throws IOException, RemoteException
IOException
RemoteException
int read(byte[] b, int off, int len) throws IOException, RemoteException
IOException
RemoteException
byte[] read(int len) throws IOException, RemoteException
IOException
RemoteException
long skip(long n) throws IOException, RemoteException
IOException
RemoteException
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 |