std::string
just a quick&dirty LZSS implementation, optimized a bit see revision 719 for the original one and 795 for the broken optimized one
the lzss decoder might very well crash on corrupt data.