<?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>Codec &#187; write</title>
	<atom:link href="http://www.trembl.org/codec/tag/write/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.trembl.org/codec</link>
	<description>A Personal Polylogic Code/Decode &#039;Zettelkasten&#039;</description>
	<lastBuildDate>Thu, 02 Feb 2012 03:38:01 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
		<item>
		<title>writeToFile &#8211; quick file writing</title>
		<link>http://www.trembl.org/codec/246/</link>
		<comments>http://www.trembl.org/codec/246/#comments</comments>
		<pubDate>Tue, 17 Nov 2009 02:56:29 +0000</pubDate>
		<dc:creator>Georg Tremmel</dc:creator>
				<category><![CDATA[Raw]]></category>
		<category><![CDATA[file]]></category>
		<category><![CDATA[filesystem]]></category>
		<category><![CDATA[NSArray]]></category>
		<category><![CDATA[NSData]]></category>
		<category><![CDATA[NSDIctionary]]></category>
		<category><![CDATA[NSOutputStream]]></category>
		<category><![CDATA[NSString]]></category>
		<category><![CDATA[write]]></category>
		<category><![CDATA[writeToFile]]></category>

		<guid isPermaLink="false">http://www.trembl.org/codec/?p=246</guid>
		<description><![CDATA[Works with: NSDictionary NSArray NSData NSString For more complicated purposes, NSOutputStream might be the best option, but for simply writing a date or even XML this might be the simplest and fasted way.]]></description>
			<content:encoded><![CDATA[<p>Works with:</p>

<div class="wp_syntax"><div class="code"><pre class="objc" style="font-family:monospace;"><span style="color: #400080;">NSDictionary</span>
<span style="color: #400080;">NSArray</span>
<span style="color: #400080;">NSData</span>
<span style="color: #400080;">NSString</span></pre></div></div>

<p>For more complicated purposes, <code>NSOutputStream</code> might be the best option, but for simply writing a date or even XML this might be the simplest and fasted way.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.trembl.org/codec/246/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

