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.
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.
June 10th, 2008 at 5:18 pm
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.