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 aFile.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description voidclose(Data data)java.lang.Class<Data>getDataClass()Dataopen(java.io.File file)
-