public static final class StringLoader.AssetFileDescriptorFactory extends Object implements ModelLoaderFactory<String,AssetFileDescriptor>
AssetFileDescriptor
s from Strings.构造器和说明 |
---|
AssetFileDescriptorFactory() |
限定符和类型 | 方法和说明 |
---|---|
ModelLoader<String,AssetFileDescriptor> |
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 ModelLoader<String,AssetFileDescriptor> build(@NonNull MultiModelLoaderFactory multiFactory)
ModelLoaderFactory
build
在接口中 ModelLoaderFactory<String,AssetFileDescriptor>
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 void teardown()
ModelLoaderFactory
teardown
在接口中 ModelLoaderFactory<String,AssetFileDescriptor>