com.facebook.imagepipeline.animated.factory.AnimatedImageDecoder |
![]() |
Public Methods | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
abstract AnimatedImage |
decode(long nativePtr, int sizeInBytes)
Factory method to create the AnimatedImage from the
| ||||||||||
abstract AnimatedImage |
decode(ByteBuffer byteBuffer)
Factory method to create the AnimatedImage from a ByteBuffer
|
Factory method to create the AnimatedImage from the
nativePtr | The native pointer |
---|---|
sizeInBytes | The size in byte to allocate |
Factory method to create the AnimatedImage from a ByteBuffer
byteBuffer | The ByteBuffer containing the image |
---|