package

com.facebook.imagepipeline.datasource

DataSource implementations to use unto the image pipeline controller implementations.

Classes

AbstractProducerToDataSourceAdapter<T> DataSource backed by a Producer 
BaseBitmapDataSubscriber Implementation of DataSubscriber for cases where the client wants access to a bitmap. 
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. 
CloseableProducerToDataSourceAdapter<T> DataSource> backed by a Producer
ListDataSource<T> Data source that wraps number of other data sources and waits until all of them are finished. 
ProducerToDataSourceAdapter<T> DataSource backed by a Producer 
SettableDataSource<T> A DataSource whose result may be set by a #set(CloseableReference) or setException(Throwable) call.