How to use ZipInputStream(JAVA) in IOS/Objective-C?

304 Views Asked by At

I need to read the next ZIP file entry and positions the stream at the beginning of the entry data (ZipInputStream getNextEntry). How to do that in Objective-C/IOS because I want to process the files in zip one by one while it is being downloaded. I have not found any zip libraries to do that.

Any help would be appreciated

Thanks

0

There are 0 best solutions below