Can i access data from password protected Zipped file?
Hi all,
I know we can access data from a Zipped file by following code;
InputStream is = Zip_file_name.getInputStream(Zip_file_name.getEntry("a.txt"));
but is it possible to store access data from a password protected Zipped file.If it is possible ls tell me how.......
Rakesh

