Search Tools Links Login

UUDecode Class


Visual Basic 6, or VB Classic

This code is based upon the ONLY other VB uuencode/uudecode source code available (it's here). I put this together as part of a larger project that I'm in the middle of (a USENET binary downloader) and I wanted a uudecode routine that would decode on-the-fly. This does. It also encodes and decodes files, like a normal encoder/decoder. I spent a lot of time optimizing it, and I think it'll now decode fast enough to handle most DSL/Cable accounts on the fly (480-590 kb/s). Error checking is sparse, hopefully there's no glaring bugs. Hope it's helpful, and let me know if there's any more optimizations that you can find!
[Update] I fixed the problems described below, and also replaced the static filenumbers with dynamically generated ones. Doh!
[Update] Another bug found and fixed. There were null characters at the end of each line of files encoded with UUEncodeFile. They're gone now...

Original Author: Mark Parker

About this post

Posted: 2002-06-01
By: ArchiveBot
Viewed: 83 times

Categories

Visual Basic 6

Attachments

CODE_UPLOAD4545452000.zip
Posted: 9/3/2020 3:45:00 PM
Size: 12,680 bytes


Loading Comments ...

Comments

No comments have been added for this post.

You must be logged in to make a comment.