Re: Cocoa framework or Object class to uncompress files
Re: Cocoa framework or Object class to uncompress files
- Subject: Re: Cocoa framework or Object class to uncompress files
- From: James Walker via Cocoa-dev <email@hidden>
- Date: Tue, 25 Oct 2022 10:20:16 -0700
- Arc-authentication-results: i=1; rspamd-7fb88f4dd5-crcnf; auth=pass smtp.auth=hostingeremail smtp.mailfrom=email@hidden
- Arc-message-signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=mailchannels.net; s=arc-2022; t=1666718428; h=from:from:reply-to:subject:subject:date:date:message-id:message-id: to:to:cc:mime-version:mime-version:content-type:content-type: content-transfer-encoding:content-transfer-encoding: in-reply-to:in-reply-to:references:references:dkim-signature; bh=Hgz/dTDRLDGr8jcAkcWMmY6xsT5DiKrTaZvhMgyC+PQ=; b=M9lSIRTpfb1NbWHebYzBLG2/ySE+HxpfBflZF2SmOnubBYFiMl36Doy5VahUd7G19OQto+ 03SxwOO1hDH20eegQPngsfHJ9r22vou2Pg+riYiLY3ONtiV4U2Z0kWHHPW39HetkOIbsTM TrResm3aXHAbdbRsdSaC+gV8qUQXIxmGs1vMJQCAKAof61hpS36hH7LDFXa0sV2HY8oqSZ /RJfjGmDm/8asmZpexEOhOh+mst7otpk3achqbdphnNsY9K29zNMnhab7vQc6YTZFoWDV2 1wa4Eh1YWmSrjMHnPQ7HXzNxjUe+fWx03cdXEbDrZ5D3EX4ITLIR+kREFfGZxg==
- Arc-seal: i=1; s=arc-2022; d=mailchannels.net; t=1666718428; a=rsa-sha256; cv=none; b=1ixSjYjLUcZnVLlnSM6Q+wEORPpikZrlrdVl8hKmDxjB0eYKF76OOX2m+b4R8SrjV3bDSU 6yt+rCEbP25f22FcwHUAXPsxOWz3mlwK2AJ1prm59iwndMzHHlW1a9CvGYPFbmKaeCLFDz 0Xu4EmFpNriLra5vbNmk68ffTBZWUDBBVjb5p2pzWHODFX1Jwzx7HgDWkVhLNSCd1l4SLP OBb2Oua9ftFEhTM+uma3MZzjoe6gAsgfZKwMIIppDsXcPvSR5j+X2lyFsFQvrlSsV3tBUi FvwxQSrmavKzn5iEdCAE6OJTLxfOMvuCrGf87NkufXw2o6TQ3RcJkGyuMwGg/w==
On 10/24/22 6:45 PM, Carl Hoefs via Cocoa-dev wrote:
My iOS app downloads a gzip'd data file into its sandbox that the app needs to
unzip and process. I don't see anything in Cocoa (such as NSFileManager) that
addresses uncompressing files. Is there a way?
(BTW, I tried some ancient 3rd party code called ZipArchive but it always fails
trying to parse the zipped file.)
I'm hoping there's a built-in solution or framework that I'm just overlooking.
It's not clear whether you're aware that gzip and zip are not the same
thing. So if you take a gzip file and feed it to a zip decoder, that's
not going to work.
_______________________________________________
Cocoa-dev mailing list (email@hidden)
Please do not post admin requests or moderator comments to the list.
Contact the moderators at cocoa-dev-admins(at)lists.apple.com
Help/Unsubscribe/Update your Subscription:
This email sent to email@hidden