S-PLUS Connect/Java v1.0

com.insightful.splus
Class RemoteFileOutputStream

java.lang.Object
  extended byjava.io.OutputStream
      extended byjava.io.FileOutputStream
          extended bycom.insightful.splus.RemoteFileOutputStream

public class RemoteFileOutputStream
extends FileOutputStream

Client object representing a server-side FileOutputStream object. Relays method calls via a remote FileOutputStreamProxy object.


Constructor Summary
RemoteFileOutputStream(String filename, SplusSession session)
           
 
Method Summary
 void close()
           
protected  void finalize()
           
 void flush()
           
 void write(byte[] b)
           
 void write(byte[] b, int off, int len)
           
 void write(int b)
           
 
Methods inherited from class java.io.FileOutputStream
getChannel, getFD
 
Methods inherited from class java.lang.Object
clone, equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

RemoteFileOutputStream

public RemoteFileOutputStream(String filename,
                              SplusSession session)
                       throws FileNotFoundException,
                              IOException
Method Detail

close

public void close()
           throws IOException
Throws:
IOException

finalize

protected void finalize()
                 throws IOException
Throws:
IOException

write

public void write(byte[] b)
           throws IOException
Throws:
IOException

write

public void write(byte[] b,
                  int off,
                  int len)
           throws IOException
Throws:
IOException

write

public void write(int b)
           throws IOException
Throws:
IOException

flush

public void flush()
           throws IOException
Throws:
IOException

S-PLUS Connect/Java v1.0

Copyright © 2000, 2002 Insightful Corporation
Warning: Classes not documented in the S-PLUS Programmer's Guide may change in future releases.