Data
public static interface FileLoader.FileOpener<Data>
File
void
close(Data data)
Class<Data>
getDataClass()
open(File file)
Data open(File file) throws FileNotFoundException
FileNotFoundException
void close(Data data) throws IOException
IOException
Class<Data> getDataClass()