java.lang.Object | ||
↳ | com.facebook.imagepipeline.producers.LocalFetchProducer | |
↳ | com.facebook.imagepipeline.producers.LocalFileFetchProducer |
Represents a local file fetch producer.
Constants | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
String | PRODUCER_NAME |
Public Constructors | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
LocalFileFetchProducer(Executor executor, PooledByteBufferFactory pooledByteBufferFactory) |
Protected Methods | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
EncodedImage |
getEncodedImage(ImageRequest imageRequest)
Gets an encoded image from the local resource.
| ||||||||||
String | getProducerName() |
[Expand]
Inherited Methods | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
From class
com.facebook.imagepipeline.producers.LocalFetchProducer
| |||||||||||
From class
java.lang.Object
| |||||||||||
From interface
com.facebook.imagepipeline.producers.Producer
|
Gets an encoded image from the local resource. It can be either backed by a FileInputStream or a PooledByteBuffer
imageRequest | request that includes the local resource that is being accessed |
---|
IOException |
---|