Codecs

object Codecs

Registry of the codecs implemented today, each adapting a low-level engine (Deflate/Inflate, Gzip, Zlib, Store) to the Codec contract.

Properties

Link copied to clipboard
Link copied to clipboard
val GZIP: Codec
Link copied to clipboard

Ids of the codecs available right now.

Link copied to clipboard
val LZ4: Codec
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
val ZLIB: Codec

Functions

Link copied to clipboard
fun byId(id: CodecId): Codec?

The codec for id, or null if not yet implemented.