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

[307 byte] By [RakeshRaghuwanshia] at [2007-9-27 23:20:56]
# 1
Not possible.
bschauwea at 2007-7-7 15:24:09 > top of Java-index,Archived Forums,Java Programming...