Data
- The type of data that will be loaded for a given File
.public static class FileLoader.Factory<Data> extends Object implements ModelLoaderFactory<File,Data>
files
.构造器和说明 |
---|
Factory(FileLoader.FileOpener<Data> opener) |
限定符和类型 | 方法和说明 |
---|---|
ModelLoader<File,Data> |
build(MultiModelLoaderFactory multiFactory)
Build a concrete ModelLoader for this model type.
|
void |
teardown()
A lifecycle method that will be called when this factory is about to replaced.
|
public Factory(FileLoader.FileOpener<Data> opener)
@NonNull public final ModelLoader<File,Data> build(@NonNull MultiModelLoaderFactory multiFactory)
ModelLoaderFactory
build
在接口中 ModelLoaderFactory<File,Data>
multiFactory
- A map of classes to factories that can be used to construct additional
ModelLoader
s that this factory's ModelLoader
may depend onModelLoader
public final void teardown()
ModelLoaderFactory
teardown
在接口中 ModelLoaderFactory<File,Data>