<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	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/"
		>
<channel>
	<title>Comments on: Easily Creating Fixed Length Flat Files With Groovy</title>
	<atom:link href="http://www.weheartcode.com/2009/01/21/easily-creating-fixed-length-flat-files-with-groovy/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.weheartcode.com/2009/01/21/easily-creating-fixed-length-flat-files-with-groovy/</link>
	<description>A discourse on programming</description>
	<lastBuildDate>Mon, 19 Jul 2010 13:25:01 -0700</lastBuildDate>
	<generator>http://wordpress.org/?v=2.8.4</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: Mika</title>
		<link>http://www.weheartcode.com/2009/01/21/easily-creating-fixed-length-flat-files-with-groovy/comment-page-1/#comment-13523</link>
		<dc:creator>Mika</dc:creator>
		<pubDate>Fri, 23 Jan 2009 18:55:51 +0000</pubDate>
		<guid isPermaLink="false">http://www.weheartcode.com/2009/01/21/easily-creating-fixed-length-flat-files-with-groovy/#comment-13523</guid>
		<description>Using File.withWriter would be better because it will close resources on exception. 

new File(filename).withWriter { w -&gt;
w</description>
		<content:encoded><![CDATA[<p>Using File.withWriter would be better because it will close resources on exception. </p>
<p>new File(filename).withWriter { w -&gt;<br />
w</p>
]]></content:encoded>
	</item>
</channel>
</rss>
