hi
thanks for the reply
I could not get it properly
. I am copying the code below. I have data in the OutputStream object which i want to write OutputStream object to a file.
OutputStream os=MimeUtility.encode(fos,"base64");
BufferedOutputStream bos1 = new BufferedOutputStream(os);
Any help is very much appreciated.
Pavana Sree V