RE: BASE 64

2004-05-27 Thread raul-info
>> and what about the sun.misc.BASE64Decoder > > And what if you're not on that JDK? The problem with using any other > decoder, including Xerces', is that not everybody uses those components. > Until Sun standardizes a BASE64 API in the JDK, there's no good answer. > > -- Scott > > What abou

RE: BASE 64

2004-05-26 Thread Scott Cantor
> and what about the sun.misc.BASE64Decoder And what if you're not on that JDK? The problem with using any other decoder, including Xerces', is that not everybody uses those components. Until Sun standardizes a BASE64 API in the JDK, there's no good answer. -- Scott