<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>iPhone SDK develop &#38; programming tips &#187; zip</title>
	<atom:link href="http://www.flyblog.info/tag/zip/feed" rel="self" type="application/rss+xml" />
	<link>http://www.flyblog.info</link>
	<description>ideas for programming</description>
	<lastBuildDate>Tue, 20 Apr 2010 06:34:02 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.8.5</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>ZipArchive has been updated to version 1.1 (更新至1.1版）</title>
		<link>http://www.flyblog.info/catprogramming/419.html</link>
		<comments>http://www.flyblog.info/catprogramming/419.html#comments</comments>
		<pubDate>Tue, 20 Oct 2009 01:52:02 +0000</pubDate>
		<dc:creator>Flyblog</dc:creator>
				<category><![CDATA[编程开发]]></category>
		<category><![CDATA[cocoa]]></category>
		<category><![CDATA[compress]]></category>
		<category><![CDATA[iPhone]]></category>
		<category><![CDATA[iPhone SDK]]></category>
		<category><![CDATA[Objective-C]]></category>
		<category><![CDATA[uncompress]]></category>
		<category><![CDATA[unzip]]></category>
		<category><![CDATA[zip]]></category>

		<guid isPermaLink="false">http://www.flyblog.info/?p=419</guid>
		<description><![CDATA[ZipArchive is a wrapper class to compress and uncompress zip files for Objective-C and cocoa use. It's developed based on minizip and zlib. ]]></description>
		<wfw:commentRss>http://www.flyblog.info/catprogramming/419.html/feed</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>Objective-C class for zip/unzip zip format files</title>
		<link>http://www.flyblog.info/catprogramming/202.html</link>
		<comments>http://www.flyblog.info/catprogramming/202.html#comments</comments>
		<pubDate>Wed, 10 Dec 2008 08:03:48 +0000</pubDate>
		<dc:creator>Flyblog</dc:creator>
				<category><![CDATA[编程开发]]></category>
		<category><![CDATA[iPhone]]></category>
		<category><![CDATA[minizip]]></category>
		<category><![CDATA[unzip]]></category>
		<category><![CDATA[zip]]></category>

		<guid isPermaLink="false">http://www.flyblog.info/?p=202</guid>
		<description><![CDATA[This is a simple class for compressing and extracting files. It works depend on minizip, which is a open source zip format library.  And it&#8217;s included in the attachment.
The major class name is ZipArchive, it&#8217;s easy to use, you can declare a instance and call initialize  functions, and then call addFileToZip or UnzipFileTo [...]]]></description>
		<wfw:commentRss>http://www.flyblog.info/catprogramming/202.html/feed</wfw:commentRss>
		<slash:comments>7</slash:comments>
		</item>
		<item>
		<title>iPhone开发之打包zip文件</title>
		<link>http://www.flyblog.info/catprogramming/186.html</link>
		<comments>http://www.flyblog.info/catprogramming/186.html#comments</comments>
		<pubDate>Thu, 04 Dec 2008 08:22:10 +0000</pubDate>
		<dc:creator>Flyblog</dc:creator>
				<category><![CDATA[娱乐生活]]></category>
		<category><![CDATA[编程开发]]></category>
		<category><![CDATA[iPhone]]></category>
		<category><![CDATA[minizip]]></category>
		<category><![CDATA[Objective-C]]></category>
		<category><![CDATA[zip]]></category>

		<guid isPermaLink="false">http://www.flyblog.info/?p=186</guid>
		<description><![CDATA[程序需要往服务器上上传文件， 因为iPhone用户往往是用gprs或者edge网络，为了节约流量以及加快上传速度，所以只好将要上传的文件打包成zip文件，这样体积小了， 也为用户节约了时间和金钱。 开始的时候抱有意思希望去挖掘SDK文档， 未果， sdk不提供zip相关接口]]></description>
		<wfw:commentRss>http://www.flyblog.info/catprogramming/186.html/feed</wfw:commentRss>
		<slash:comments>3</slash:comments>
		</item>
	</channel>
</rss>
