Hi, Gary,

I just attached a [CODEC-59] patch that I think I'm finally happy
with.  This one is based on trunk as of right now.

I've also added a private reset() call that encode() and decode()
always call just before they start their operation.  The reset() makes
this kind of usage possible:

Base64 b64 = new Base64();
b64.encode(someThing);
b64.encode(someOtherThing);


Unfortunately the [CODEC-81] patch made this impossible (re-using same
Base64 object for different encodes or decodes).   Note:  Base64's
static methods are thread safe, but the instance methods are not.  If
we decide to leave [CODEC-59] out of a 1.4 release, I'll create a
separate ticket just for this reset() issue.



yours,

Julius



> Julius:
>
> Patch for [CODEC-81] is in and then some.
>
> Thank you for the submission. Keep them coming.
>
> Gary
>


-- 
yours,

Julius Davies
250-592-2284 (Home)
250-893-4579 (Mobile)
http://juliusdavies.ca/logging.html

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscr...@commons.apache.org
For additional commands, e-mail: dev-h...@commons.apache.org

Reply via email to