org.bs.mdi
Interface FileLoader

All Superinterfaces:
FileIOModule

public interface FileLoader
extends FileIOModule

A file I/O module which can load data from disk.


Method Summary
 RootData load(String filename)
          Loads the data from disk.
 
Methods inherited from interface org.bs.mdi.FileIOModule
canHandle, getDescription, getSupportedFormats
 

Method Detail

load

public RootData load(String filename)
              throws FileIOException
Loads the data from disk.

Parameters:
filename - the filename to be read from
Returns:
the document data
Throws:
FileIOException