java - Get file names list in a zip file withoutr unzipping -
this question has answer here:
- list .zip directories without extracting 3 answers
i have way program list of file names in zip folder.
i'm verifying inward , outward files list ensure delivery of files. files more in numbers, takes lot of time unzip , names list of zip folder. i'm in windows environment.
is there way can list of file names zip folder contains, without unzipping it.
see documentation java zip built-in support
http://docs.oracle.com/javase/7/docs/api/java/util/zip/package-summary.html
Comments
Post a Comment