org.bs.mdi
Interface FileSaver

All Superinterfaces:
FileIOModule

public interface FileSaver
extends FileIOModule

A file I/O module which can save data to disk.


Method Summary
 void save(RootData data, String filename)
          Saves the document data to disk.
 
Methods inherited from interface org.bs.mdi.FileIOModule
canHandle, getDescription, getSupportedFormats
 

Method Detail

save

public void save(RootData data,
                 String filename)
          throws FileIOException
Saves the document data to disk.

Parameters:
data - the data
filename - the filename to be written to
Throws:
FileIOException