Facemorph.DataBase
Interface FileHandler

All Known Implementing Classes:
ImageLoader, TemplateLoader

public interface FileHandler


Method Summary
 java.lang.Object read(java.io.File file)
          Attempt to read data from the given file
 

Method Detail

read

java.lang.Object read(java.io.File file)
                      throws java.io.IOException
Attempt to read data from the given file

Parameters:
file - the file to read data from
Returns:
an object representing the contents of the file. The actual object type is context dependent. Can be null if loading operation failed.
Throws:
java.io.IOException