sun.misc.BASE64Encoder()
843810Oct 28 2002 — edited Oct 28 2002Hi,
I am trying to encode the message using sun.misc.BASE64Encoder().encode(abyte0), when i use the windows environment the return message size is correct but if i use Linux environment the return message is short by 2 bytes. Actually java is a platform independent. But i do not know why this is happening with this encoder. Can anybody let me know how can i fix this.
Thanks and Best Regards,