com.insightful.splus
Class RemoteFileOutputStream
java.lang.Object
java.io.OutputStream
java.io.FileOutputStream
com.insightful.splus.RemoteFileOutputStream
- All Implemented Interfaces:
- Closeable, Flushable
public class RemoteFileOutputStream
- extends FileOutputStream
Client object representing a server-side FileOutputStream object. Relays
method calls via a remote FileOutputStreamProxy object.
RemoteFileOutputStream
public RemoteFileOutputStream(String filename,
SplusSession session)
throws FileNotFoundException,
IOException
- Throws:
FileNotFoundException
IOException
close
public void close()
throws IOException
- Specified by:
close
in interface Closeable
- Overrides:
close
in class FileOutputStream
- Throws:
IOException
finalize
protected void finalize()
throws IOException
- Overrides:
finalize
in class FileOutputStream
- Throws:
IOException
write
public void write(byte[] b)
throws IOException
- Overrides:
write
in class FileOutputStream
- Throws:
IOException
write
public void write(byte[] b,
int off,
int len)
throws IOException
- Overrides:
write
in class FileOutputStream
- Throws:
IOException
write
public void write(int b)
throws IOException
- Overrides:
write
in class FileOutputStream
- Throws:
IOException
flush
public void flush()
throws IOException
- Specified by:
flush
in interface Flushable
- Overrides:
flush
in class OutputStream
- Throws:
IOException
Copyright © 2000, 2002 Insightful Corporation
Warning: Classes not documented in the S-PLUS Programmer's Guide may change in future releases.