com.insightful.splus
Class FileOutputStreamProxyImpl
java.lang.Object
java.rmi.server.RemoteObject
java.rmi.server.RemoteServer
java.rmi.server.UnicastRemoteObject
com.insightful.splus.FileOutputStreamProxyImpl
- All Implemented Interfaces:
- FileOutputStreamProxy, Remote, Serializable
- public class FileOutputStreamProxyImpl
- extends UnicastRemoteObject
- implements FileOutputStreamProxy
Remote object holding a reference to a FileOutputStream on the
server. Relays method calls to the server-side FileOutputStream.
- See Also:
- Serialized Form
FileOutputStreamProxyImpl
public FileOutputStreamProxyImpl(String filename,
boolean doSSL)
throws FileNotFoundException,
RemoteException
FileOutputStreamProxyImpl
public FileOutputStreamProxyImpl(String filename)
throws FileNotFoundException,
RemoteException
close
public void close()
throws IOException,
RemoteException
- Specified by:
close
in interface FileOutputStreamProxy
- Throws:
IOException
RemoteException
finalize
public void finalize()
throws IOException,
RemoteException
- Specified by:
finalize
in interface FileOutputStreamProxy
- Throws:
IOException
RemoteException
getFD
public FileDescriptor getFD()
throws IOException,
RemoteException
- Specified by:
getFD
in interface FileOutputStreamProxy
- Throws:
IOException
RemoteException
write
public void write(byte[] b)
throws IOException,
RemoteException
- Specified by:
write
in interface FileOutputStreamProxy
- Throws:
IOException
RemoteException
write
public void write(byte[] b,
int off,
int len)
throws IOException,
RemoteException
- Specified by:
write
in interface FileOutputStreamProxy
- Throws:
IOException
RemoteException
write
public void write(int b)
throws IOException,
RemoteException
- Specified by:
write
in interface FileOutputStreamProxy
- Throws:
IOException
RemoteException
flush
public void flush()
throws IOException,
RemoteException
- Specified by:
flush
in interface FileOutputStreamProxy
- Throws:
IOException
RemoteException
Copyright © 2000, 2002 Insightful Corporation
Warning: Classes not documented in the S-PLUS Programmer's Guide may change in future releases.