\Drupal\strata Codec

Namespaces

Dictionary

Interfaces

CompressionCodecInterface One compression algorithm Strata can store a frame under.

Classes

BrotliCodec Brotli through `ext-brotli`.
BrotliPipeCodec Brotli through the `brotli` binary, for hosts without `ext-brotli`.
CodecCatalog The shipped reference figures for every codec, and how to install the ones that are missing.
CodecMeasurement One measured compression result.
CodecProfile Everything the settings form needs to say about one codec.
CodecRegistry Chooses which codec writes a frame, and finds the one that can read an existing frame.
DeflateDictCodec Raw deflate with a preset dictionary, from ext-zlib on any ordinary host.
GzipCodec DEFLATE through `ext-zlib`, which core already requires, so this codec is always available.
NoneCodec Stores frames verbatim.
PipeCodec Shared machinery for a codec that shells out to a compressor on disk.
ZstdCodec Zstandard through `ext-zstd`.
ZstdPipeCodec Zstandard through the `zstd` binary, for hosts without `ext-zstd`.