Class UriLoader.FileDescriptorFactory

    • Constructor Summary

      Constructors 
      Constructor Description
      FileDescriptorFactory​(android.content.ContentResolver contentResolver)  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      DataFetcher<android.os.ParcelFileDescriptor> build​(android.net.Uri uri)  
      ModelLoader<android.net.Uri,​android.os.ParcelFileDescriptor> 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.
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • FileDescriptorFactory

        public FileDescriptorFactory​(android.content.ContentResolver contentResolver)