Need help with decompressing LZSS

mutton

New member
Joined
Dec 28, 2009
Messages
3
Programming Experience
1-3
Hi

I have some data, stored in a byte array, compressed with LZSS compression. I've trawled the net for the last 2 days trying to find some code to decompress this data without success.

Has anyone come across a suitable routine that can help?

Thanks
 
thanks, I've seen both these before and while interesting do not offer what I'm looking for. The library is LZSS derived not straightforward LZSS I doubt it would be compatible and the other site is all c/C++. I would like if possible a direct vb.net implemtation. But thanks for the response.
 
Back
Top