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

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

finalize

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

getFD

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

write

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

write

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

write

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

flush

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.