Results 1 to 2 of 2

Thread: VB6 - Fast UUEncoder and UUDecoder

  1. #1

    Thread Starter
    Fanatic Member Comintern's Avatar
    Join Date
    Nov 2004
    Location
    Lincoln, NE
    Posts
    826

    VB6 - Fast UUEncoder and UUDecoder

    I got bored and decided to modify my Base 64 routines to do UUEncoding. Might come in handy for maintaining compatibility with older NNTP and Email clients. Speeds run about half a second per MB encoding on my machine, 1 second per MB decoding. NOTE: The encoder does not add the header and footer for the attachment (ie. "begin 644 text.txt" and "end"). It does add the termination sequence to the end of the encoded data. The decoder likewise expects trimmed input with the header and footer removed. It should function either with or without the termination sequence in place.

    Zip file includes both a .bas and .cls version. Enjoy!
    Attached Files Attached Files
    Last edited by Comintern; Jan 11th, 2006 at 10:31 PM. Reason: typo

  2. #2
    Hyperactive Member
    Join Date
    Oct 2005
    Posts
    294

    Re: VB6 - Fast UUEncoder and UUDecoder

    Sweet, thanks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  



Click Here to Expand Forum to Full Width