Data - The type of data that can be opened.public static interface FileLoader.FileOpener<Data>
File.| Modifier and Type | Method and Description |
|---|---|
void |
close(Data data) |
Class<Data> |
getDataClass() |
Data |
open(File file) |
Data open(File file) throws FileNotFoundException
FileNotFoundExceptionvoid close(Data data) throws IOException
IOException