Package com.facebook.imagepipeline.datasource
See: Description
-
Class Summary Class Description BaseBitmapReferenceDataSubscriber Implementation of DataSubscriber for cases where the client wants access to a bitmap reference. BaseListBitmapDataSubscriber Implementation of DataSubscriber for cases where the client wants to access a list of bitmaps. ListDataSource Data source that wraps number of other data sources and waits until all of them are finished. CloseableProducerToDataSourceAdapter DataSource BaseBitmapDataSubscriber Implementation of DataSubscriber for cases where the client wants access to a bitmap. AbstractProducerToDataSourceAdapter DataSource<T> backed by a Producer<T> ProducerToDataSourceAdapter DataSource<T> backed by a Producer<T> SettableDataSource A DataSource whose result may be set by a set(CloseableReference<T>) or setException(Throwable) call.