java - Get file names list in a zip file withoutr unzipping -


this question has answer here:

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

Popular posts from this blog

commonjs - How to write a typescript definition file for a node module that exports a function? -

openid - Okta: Failed to get authorization code through API call -

thorough guide for profiling racket code -