Hi ,
I am getting byte[] of files (one at a time from server) and I want to zip all the files selected by user under one zip file. How can I do this. I tried java.util.ZipSt ream method but since it takes sbyte[] as input its causing damage to data and I am not able to open the file. Any other possible way.
Thank You.
I am getting byte[] of files (one at a time from server) and I want to zip all the files selected by user under one zip file. How can I do this. I tried java.util.ZipSt ream method but since it takes sbyte[] as input its causing damage to data and I am not able to open the file. Any other possible way.
Thank You.