lz77

A Rubygem that uncompress ASCII-8BIT encoded strings encoded with LZ77 algorythm.

Installation

$ gem install lz77

Usuage

To decode a compressed string:

LZ77.decode(encoded_string.encode('ASCII-8BIT'))