public class

PlatformDecoderFactory

extends Object
java.lang.Object
   ↳ com.facebook.imagepipeline.platform.PlatformDecoderFactory

Summary

Public Constructors
PlatformDecoderFactory()
Public Methods
static PlatformDecoder buildPlatformDecoder(PoolFactory poolFactory, boolean gingerbreadDecoderEnabled)
Provide the implementation of the PlatformDecoder for the current platform using the provided PoolFactory
[Expand]
Inherited Methods
From class java.lang.Object

Public Constructors

public PlatformDecoderFactory ()

Public Methods

public static PlatformDecoder buildPlatformDecoder (PoolFactory poolFactory, boolean gingerbreadDecoderEnabled)

Provide the implementation of the PlatformDecoder for the current platform using the provided PoolFactory

Parameters
poolFactory The PoolFactory
Returns
  • The PlatformDecoder implementation