java.lang.Object |
↳ |
com.facebook.imagepipeline.producers.LocalFetchProducer |
Known Direct Subclasses
|
Class Overview
Represents a local fetch producer.
Summary
[Expand]
Inherited Methods |
From class
java.lang.Object
Object
|
clone()
|
boolean
|
equals(Object arg0)
|
void
|
finalize()
|
final
Class<?>
|
getClass()
|
int
|
hashCode()
|
final
void
|
notify()
|
final
void
|
notifyAll()
|
String
|
toString()
|
final
void
|
wait(long arg0, int arg1)
|
final
void
|
wait(long arg0)
|
final
void
|
wait()
|
|
From interface
com.facebook.imagepipeline.producers.Producer
|
Protected Constructors
Public Methods
Protected Methods
protected
EncodedImage
getByteBufferBackedEncodedImage
(InputStream inputStream, int length)
Creates a memory-backed encoded image from the stream. The stream is closed.
protected
abstract
EncodedImage
getEncodedImage
(ImageRequest imageRequest)
Gets an encoded image from the local resource. It can be either backed by a FileInputStream or
a PooledByteBuffer
Parameters
imageRequest |
request that includes the local resource that is being accessed |
protected
EncodedImage
getEncodedImage
(InputStream inputStream, int length)
protected
abstract
String
getProducerName
()