I was continuing to look for an encoder also in some books since I knew I
had seen one somewhere.  In the O'Reilly "Java Servlet Programming" by Jason
Hunter (on page 226) book is a reference to sun.misc.BASE64Decoder().  There
is a corresponding BASE64Encoder as well. This is an undocumented vm
specific class, but I knew I had seen one.  It seems like this would be a
fairly common thing for xml parsers and servlets to do and should be in the
language.  Maybe I will put in an RFE on the Developer Connection.

Mark

.and servlet book by Jason Hunter I guess Sun has made one
> -----Original Message-----
> From: Thomas E Deweese [mailto:[EMAIL PROTECTED]]
> Sent: Wednesday, June 20, 2001 9:42 AM
> To: [EMAIL PROTECTED]
> Subject: RE: Images imbedded in SVG
>
>
> >>>>> "MC" == Mark Claassen <[EMAIL PROTECTED]> writes:
>
> MC> I feel quite humble asking this, but are there any libraries that
> MC> do encoding (base64 or UUencode) in jdk1.3?  There is
> MC> java.net.URLEncoder, but I am not sure if that is the same thing.
>
>     There isn't anything I know of in JDK 1.3.  However the Batik
> distribution contains classes that do this, see the
> org.apache.batik.util package.
>
> MC> Thanks again.
>
>     Your welcome.
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: [EMAIL PROTECTED]
> For additional commands, e-mail: [EMAIL PROTECTED]
>


---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to