Factory

class Factory(maxParallelism: Int = DEFAULT_MAX_PARALLELISM) : Decoder.Factory

Constructors

Link copied to clipboard
constructor(maxParallelism: Int = DEFAULT_MAX_PARALLELISM)

Functions

Link copied to clipboard
open override fun create(source: DecodeSource, options: Options): Decoder