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
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
Copyright © 2000, 2002 Insightful Corporation
Warning: Classes not documented in the S-PLUS Programmer's Guide may change in future releases.