yEnc and UUEncode decoder

As an update to my original uudecode article, here’s a link to a class I’ve written that decodes either UUEncoded or yEnc encoded binaries.


  ArticleDecoder.cs


Basically you construct either a YencDecoder or a UuDecoder and feed it lines, and it writes output to the stream you passed to it’s constructor.  Hope you find it useful.


 

One Response to “yEnc and UUEncode decoder”

  1. Cyborg Says:

    Hi, thanks for the article and the code. After reading this I wrote a similar solution in PHP. It can be found at http://www.webutils.pl/UUencode.

Leave a Reply