com.insightful.splus
Interface SplusServerFileHandler
- All Known Implementing Classes:
- SplusMinGui, SplusUserApp
- public interface SplusServerFileHandler
Interface with methods for creating server file objects.
getServerFileInputStream
public FileInputStream getServerFileInputStream(String name)
throws FileNotFoundException
- Throws:
FileNotFoundException
getServerFileOutputStream
public FileOutputStream getServerFileOutputStream(String name)
throws FileNotFoundException,
IOException
- Throws:
FileNotFoundException
IOException
getServerFileSystemView
public FileSystemView getServerFileSystemView()
Copyright © 2000, 2002 Insightful Corporation
Warning: Classes not documented in the S-PLUS Programmer's Guide may change in future releases.