public static class FileDescriptorResourceLoader.Factory extends Object implements ModelLoaderFactory<Integer,ParcelFileDescriptor>
FileDescriptorResourceLoaders.| Constructor and Description |
|---|
FileDescriptorResourceLoader.Factory() |
| Modifier and Type | Method and Description |
|---|---|
ModelLoader<Integer,ParcelFileDescriptor> |
build(Context context,
GenericLoaderFactory factories)
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 FileDescriptorResourceLoader.Factory()
public ModelLoader<Integer,ParcelFileDescriptor> build(Context context, GenericLoaderFactory factories)
ModelLoaderFactorybuild in interface ModelLoaderFactory<Integer,ParcelFileDescriptor>context - A context that cannot be retained by the factory but can be retained by the ModelLoaderfactories - A map of classes to factories that can be used to construct additional ModelLoaders that
this factory's ModelLoader may depend onModelLoaderpublic void teardown()
ModelLoaderFactoryteardown in interface ModelLoaderFactory<Integer,ParcelFileDescriptor>