Package com.bumptech.glide.load.model
Interface FileLoader.FileOpener<Data>
- Type Parameters:
Data- The type of data that can be opened.
- Enclosing class:
- FileLoader<Data>
public static interface FileLoader.FileOpener<Data>
Allows opening a specific type of data from a
File.-
Method Summary
-
Method Details
-
open
- Throws:
FileNotFoundException
-
close
- Throws:
IOException
-
getDataClass
-