Compressor typedef

Compressor = Codec<List<int>, List<int>>

A Codec responsable for compressing byte data.

Implementation

typedef Compressor = Codec<List<int>, List<int>>;