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