apollo
Class SecureFileService

java.lang.Object
  |
  +--apollo.SecureFileService

public class SecureFileService
extends java.lang.Object


Constructor Summary
SecureFileService()
           
 
Method Summary
static FileContents openFileDialog()
           
static FileContents openFileDialog(java.lang.String pathHint, java.lang.String[] exts)
           
static FileContents[] openMultiFileDialog()
           
static FileContents[] openMultiFileDialog(java.lang.String pathHint, java.lang.String[] exts)
           
static FileContents saveAsFileDialog(FileContents contents)
           
static FileContents saveAsFileDialog(java.lang.String pathHint, java.lang.String[] exts, FileContents contents)
           
static FileContents saveFileDialog(java.io.InputStream stream)
           
static FileContents saveFileDialog(java.io.InputStream stream, java.lang.String name)
           
static FileContents saveFileDialog(java.lang.String pathHint, java.lang.String[] exts, java.io.InputStream stream, java.lang.String name)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

SecureFileService

public SecureFileService()
Method Detail

openFileDialog

public static FileContents openFileDialog()
                                   throws java.io.IOException
java.io.IOException

openFileDialog

public static FileContents openFileDialog(java.lang.String pathHint,
                                          java.lang.String[] exts)
                                   throws java.io.IOException
java.io.IOException

openMultiFileDialog

public static FileContents[] openMultiFileDialog()
                                          throws java.io.IOException
java.io.IOException

openMultiFileDialog

public static FileContents[] openMultiFileDialog(java.lang.String pathHint,
                                                 java.lang.String[] exts)
                                          throws java.io.IOException
java.io.IOException

saveAsFileDialog

public static FileContents saveAsFileDialog(FileContents contents)
                                     throws java.io.IOException
java.io.IOException

saveAsFileDialog

public static FileContents saveAsFileDialog(java.lang.String pathHint,
                                            java.lang.String[] exts,
                                            FileContents contents)
                                     throws java.io.IOException
java.io.IOException

saveFileDialog

public static FileContents saveFileDialog(java.io.InputStream stream,
                                          java.lang.String name)
                                   throws java.io.IOException
java.io.IOException

saveFileDialog

public static FileContents saveFileDialog(java.io.InputStream stream)
                                   throws java.io.IOException
java.io.IOException

saveFileDialog

public static FileContents saveFileDialog(java.lang.String pathHint,
                                          java.lang.String[] exts,
                                          java.io.InputStream stream,
                                          java.lang.String name)
                                   throws java.io.IOException
java.io.IOException


Copyright © 2001, 2002, 2003 Gerald Bauer. All Rights Reserved. Hosted by SourceForge Logo