المساعد الشخصي الرقمي

مشاهدة النسخة كاملة : RLE (Run Length Encoding) in C#



C# Programming
11-03-2009, 01:50 PM
My client software gets an RLE encoded TCP message from a Server. I need to decode it so I can use the data.

So my question. Does C# already have an RLE decoder? Or will I need to write my own stuff? It does not look hard, but I will feel silly if Someone say there is an extension that handles the work.

Thanks

Programmer
Glenn Earl Graham
Austin, TX