Thank you so much.
Actually i tried with base64, The starting variable as follows
/*
private static final
String base64code = "ABCDEFGHIJKLMNOPQRSTUVWXYZ" + "abcdefghijklmnopqrstuvwxyz" + "0123456789" + /";
private static final int splitLinesAt = 76;
*/
But when i run this code it is giving different output than what i am expecting.
Any way i will try with your suggestion
Thank you
Regards
sankar