S-PLUS Connect/Java v1.0

com.insightful.splus
Interface SplusServerFileHandler

All Known Implementing Classes:
SplusMinGui, SplusUserApp

public interface SplusServerFileHandler

Interface with methods for creating server file objects.


Method Summary
 FileInputStream getServerFileInputStream(String name)
           
 FileOutputStream getServerFileOutputStream(String name)
           
 FileSystemView getServerFileSystemView()
           
 

Method Detail

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()

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.