public interface ExtendedService
| Modifier and Type | Method and Description | 
|---|---|
| FileContents | openFile(java.io.File file)Open a file on the client' system and return its contents. | 
| FileContents[] | openFiles(java.io.File[] files)Opens multiple files on the user's sytem and returns their contents as a
  FileContentsarray | 
FileContents openFile(java.io.File file) throws java.io.IOException
file - the file to openFileContents objectjava.io.IOException - on any io problemsFileContents[] openFiles(java.io.File[] files) throws java.io.IOException
FileContents arrayfiles - the files to openjava.io.IOException - on any io problems