ZipArchive memory problems on iPhone for large archive
        Posted  
        
            by Mithin
        on Stack Overflow
        
        See other posts from Stack Overflow
        
            or by Mithin
        
        
        
        Published on 2010-05-19T05:30:51Z
        Indexed on 
            2010/05/19
            5:40 UTC
        
        
        Read the original article
        Hit count: 364
        
ziparchive
|iphone-sdk
Hi,
I am trying to compress multiple files into a single zip archive and I am running into low memory warning. Since the complete zip file is loaded into the memory I guess that's the problem. Is there a way by which I can manage the compression/decompression better using ZipArchive so that not all the data is in the memory at once?
Thanks!
© Stack Overflow or respective owner