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