Compressor.Lossless
Class Run_Length


class Run_Length
derived from Lossless_Compressor

This method replaces sequences of the same characters with the character
and the number of ocurrences of it. (eg. ABBBBBBCCCCC, A!B6!C5).

interface

Methods inherited from interface Compressor.Basic_Compressor.Compressor
compress, decompress