16 Meta m(
"coder",
"bit",
"Encoding using range-optimal bit widths");
Encoder(Env &&env, std::shared_ptr< BitOStream > out, literals_t &&literals)
Constructor.
Contains the text compression and encoding framework.
Defines data encoding to and decoding from a stream of binary integer representations.
Encodes data to a binary stream.
Decodes data from a binary stream.
Decoder(Env &&env, std::shared_ptr< BitIStream > in)
Constructor.
Interface for algorithms.