S-PLUS Connect/Java v1.0

com.insightful.splus
Interface FileOutputStreamProxy

All Superinterfaces:
Remote
All Known Implementing Classes:
FileOutputStreamProxyImpl

public interface FileOutputStreamProxy
extends Remote

Remote interface with the same methods as FileOutputStream.

See Also:
FileOutputStream

Method Summary
 void close()
           
 void finalize()
           
 void flush()
           
 FileDescriptor getFD()
           
 void write(byte[] b)
           
 void write(byte[] b, int off, int len)
           
 void write(int b)
           
 

Method Detail

close

public void close()
           throws IOException,
                  RemoteException
Throws:
IOException
RemoteException

finalize

public void finalize()
              throws IOException,
                     RemoteException
Throws:
IOException
RemoteException

getFD

public FileDescriptor getFD()
                     throws IOException,
                            RemoteException
Throws:
IOException
RemoteException

write

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

write

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

write

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

flush

public void flush()
           throws IOException,
                  RemoteException
Throws:
IOException
RemoteException

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.