The ZIP format supports different encodings

zip -Z xxx

there is store, deflate, and bzip2 (if it's supported). default is the
default. You might find that store (uncompressed) is quicker than
deflate.

Keep in mind that the file that is downloaded to the users device -
.ipa - is a ZIP file already, so you will not benefit from double
compression. If you need to keep them all together,then try using
store, see what the size of the resulting .ipa is, and the speed
difference.

I'm not sure that MfA has zipped packages, as I dont use it, but I
would suspect it does.

N

On Thu, Apr 12, 2012 at 23:40, Jeff Stedfast <[email protected]> wrote:
> Heh, I was gonna say I'm pretty sure Ionic.Zip would build ok for MonoDroid
> since it builds for MonoTouch (they use the same subset of the class
> libraries), but I guess if it doesn't have a stream API, then that makes a
> damn good argument as to why you can't use it ;-(
>
> Oh well, it was worth a shot!
>
> Jeff
>
>
> On Thu, Apr 12, 2012 at 6:37 PM, johnHolmes <[email protected]>
> wrote:
>>
>> If I'm not wrong the issue with Ionic.Zip was related to the missing
>> support
>> of unzipping file streams.
>>
>> In M4A I must deal with streams.
>>
>> --
>> View this message in context:
>> http://monotouch.2284126.n4.nabble.com/SharpZipLib-performances-tp4553235p4553291.html
>> Sent from the MonoTouch mailing list archive at Nabble.com.
>> _______________________________________________
>> MonoTouch mailing list
>> [email protected]
>> http://lists.ximian.com/mailman/listinfo/monotouch
>
>
>
> _______________________________________________
> MonoTouch mailing list
> [email protected]
> http://lists.ximian.com/mailman/listinfo/monotouch
>



-- 
Nic Wise
t.  +44 7788 592 806 | @fastchicken | http://www.linkedin.com/in/nicwise
b. http://www.fastchicken.co.nz/

Earnest: Self-employed? Track your business expenses and income.
http://earnestapp.com
Nearest Bus: find when the next bus is coming to your stop. http://goo.gl/Vcz1p
mobileAgent (for FreeAgent): get your accounts in your pocket.
http://goo.gl/IuBU
Trip Wallet: Keep track of your budget on the go: http://goo.gl/ePhKa
London Bike App: Find the nearest Boris Bike, and get riding! http://goo.gl/Icp2
_______________________________________________
MonoTouch mailing list
[email protected]
http://lists.ximian.com/mailman/listinfo/monotouch

Reply via email to