0

I have a number of image files in a zip file (more than 50,000). How can I get a file through its name in a zip file without extracting the whole zip?

Latyas
  • 35
  • 6
  • 1
    Possible duplicate of: http://stackoverflow.com/questions/2974798/unzip-file-from-zip-archive-of-multiple-files-on-android-using-zipfile-class?rq=1 – Tushar Mar 28 '13 at 00:34

2 Answers2

1

Are you asking for to do this programmatically or manually ?

If you want to do it programaticaly you can use the ZipInputStream and iterate over your files and exact only the ones you want.

Take a look at the following post for some examples.

How to unzip files programmatically in Android?

Community
  • 1
  • 1
Akos Cz
  • 12,711
  • 1
  • 37
  • 32
0

Root explorer allows you to open the .zip file without extracting it then just go through it and find the image you want click and hold on it and click extract!