-
public class PlatformDecoderFactory
-
-
Field Summary
Fields Modifier and Type Field Description public final static PlatformDecoderFactoryINSTANCE
-
Method Summary
Modifier and Type Method Description final static PlatformDecoderbuildPlatformDecoder(PoolFactory poolFactory, Boolean gingerbreadDecoderEnabled, Boolean useDecodeBufferHelper, PlatformDecoderOptions platformDecoderOptions)Provide the implementation of the PlatformDecoder for the current platform using the provided PoolFactory final static PlatformDecoderbuildPlatformDecoder(PoolFactory poolFactory, Boolean gingerbreadDecoderEnabled, PlatformDecoderOptions platformDecoderOptions)Provide the implementation of the PlatformDecoder for the current platform using the provided PoolFactory final static Pools.Pool<ByteBuffer>createPool(PoolFactory poolFactory, Boolean useDecodeBufferHelper)-
-
Method Detail
-
buildPlatformDecoder
@JvmOverloads() final static PlatformDecoder buildPlatformDecoder(PoolFactory poolFactory, Boolean gingerbreadDecoderEnabled, Boolean useDecodeBufferHelper, PlatformDecoderOptions platformDecoderOptions)
Provide the implementation of the PlatformDecoder for the current platform using the provided PoolFactory
- Parameters:
poolFactory- The PoolFactory
-
buildPlatformDecoder
@JvmOverloads() final static PlatformDecoder buildPlatformDecoder(PoolFactory poolFactory, Boolean gingerbreadDecoderEnabled, PlatformDecoderOptions platformDecoderOptions)
Provide the implementation of the PlatformDecoder for the current platform using the provided PoolFactory
- Parameters:
poolFactory- The PoolFactory
-
createPool
final static Pools.Pool<ByteBuffer> createPool(PoolFactory poolFactory, Boolean useDecodeBufferHelper)
-
-
-
-