apollo
Class SecureFileService
java.lang.Object
|
+--apollo.SecureFileService
- public class SecureFileService
- extends java.lang.Object
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
SecureFileService
public SecureFileService()
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