com.insightful.splus
Class RemoteFileInputStream
java.lang.Object
java.io.InputStream
java.io.FileInputStream
com.insightful.splus.RemoteFileInputStream
- public class RemoteFileInputStream
- extends FileInputStream
Client object representing a server-side FileInputStream object. Relays
method calls via a remote FileInputStreamProxy object.
RemoteFileInputStream
public RemoteFileInputStream(String filename,
SplusSession session)
throws FileNotFoundException
available
public int available()
throws IOException
- Throws:
IOException
close
public void close()
throws IOException
- Throws:
IOException
finalize
public void finalize()
throws IOException
- Throws:
IOException
read
public int read()
throws IOException
- Throws:
IOException
read
public int read(byte[] b)
throws IOException
- Throws:
IOException
read
public int read(byte[] b,
int off,
int len)
throws IOException
- Throws:
IOException
skip
public long skip(long n)
throws IOException
- Throws:
IOException
Copyright © 2000, 2002 Insightful Corporation
Warning: Classes not documented in the S-PLUS Programmer's Guide may change in future releases.