Re: Help With Base64 or UUEncode?
- From: "Jon Jacobs" <JonJacobsAtComcast.net>
- Date: Mon, 19 Sep 2005 15:24:56 -0500
> Absolutely! How do I take a look? If you reply to this post I have a reply
> email set.
> Thanks, -Bob
I believe I have located my base64 code. I will e-mail it to you as soon as
I have put the pieces togethter and tested it to be sure it is the working
code and not some discarded side trail.
Note, I used pure string manipulation rather than bit shifting to make a
clear algorithm that fits the base64 definition. It can be greatly speeded
up (may be needed for very large files) with bit shifting, but the algorithm
will be a bit more obscure.
Jon
.
- References:
- Help With Base64 or UUEncode?
- From: Bob_?
- Re: Help With Base64 or UUEncode?
- From: Jon Jacobs
- Re: Help With Base64 or UUEncode?
- From: Bob_?
- Help With Base64 or UUEncode?
- Prev by Date: Re: New Feature Request: Automatic identing of code inside begin/end repeat/until blocks etc.
- Next by Date: Re: Exit Edit Box on Form
- Previous by thread: Re: Help With Base64 or UUEncode?
- Next by thread: Load TTreeview from memo or text file
- Index(es):
Relevant Pages
|