HuffmanCodecProvider

sealed interface HuffmanCodecProvider

An interface that provides a huffman codec whenever it is ready.

Inheritors

Functions

Link copied to clipboard
abstract fun provide(): HuffmanCodec

Provides the huffman codec instance. If a blocking implementation is used, this will block up the calling threads until it has been supplied with a codec.