com.bumptech.glide.load.model.file_descriptor
Class FileDescriptorStringLoader.Factory
java.lang.Object
com.bumptech.glide.load.model.file_descriptor.FileDescriptorStringLoader.Factory
- All Implemented Interfaces:
- ModelLoaderFactory<String,ParcelFileDescriptor>
- Enclosing class:
- FileDescriptorStringLoader
public static class FileDescriptorStringLoader.Factory
- extends Object
- implements ModelLoaderFactory<String,ParcelFileDescriptor>
The default factory for FileDescriptorStringLoader
s.
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
FileDescriptorStringLoader.Factory
public FileDescriptorStringLoader.Factory()
build
public ModelLoader<String,ParcelFileDescriptor> build(Context context,
GenericLoaderFactory factories)
- Description copied from interface:
ModelLoaderFactory
- Build a concrete ModelLoader for this model type.
- Specified by:
build
in interface ModelLoaderFactory<String,ParcelFileDescriptor>
- Parameters:
context
- A context that cannot be retained by the factory but can be retained by the ModelLoader
factories
- A map of classes to factories that can be used to construct additional ModelLoader
s that
this factory's ModelLoader
may depend on
- Returns:
- A new
ModelLoader
teardown
public void teardown()
- Description copied from interface:
ModelLoaderFactory
- A lifecycle method that will be called when this factory is about to replaced.
- Specified by:
teardown
in interface ModelLoaderFactory<String,ParcelFileDescriptor>