Module interface

Source
Expand description

§Compressor/decompressor interfaces

Every algorithm should implement either [ICompressor] or [IDecompressor] to be used in polymorphic decompression routines.

Traits§

ICompressor
Interface for the compressor.
IDecompressor
Interface for the decompressor.