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.