Library for extracting zip on the fly

I have a rather large ZIP file that is loading (I can not modify the file). The quest now is to unzip the file while it is loading, instead of waiting until the end of the central directory is received. Does such a library exist?

+5
source share
2 answers

I wrote a pinch a while ago. This is in Objective-C, but can a way to decode files from zip be a way to get it in C ++? Yes, some encoding is required.

http://forrst.com/posts/Now_in_ObjC_Pinch_Retrieve_a_file_from_inside-I54 https://github.com/epatel/pinch-objc

+2
source

, . [ ], . , ram [ , , ​​ ].

, , "", -, , , , ], , "", .

+1

All Articles