<?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>Computer Cranium &#187; read</title>
	<atom:link href="http://computercranium.com/tag/read/feed" rel="self" type="application/rss+xml" />
	<link>http://computercranium.com</link>
	<description>Your Computer Science Resource</description>
	<lastBuildDate>Fri, 23 Jul 2010 01:15:39 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.8.4</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>HOW-TO: Read a Text File Using BufferedReader</title>
		<link>http://computercranium.com/programming/java/howto-read-a-text-file-using-bufferedreader</link>
		<comments>http://computercranium.com/programming/java/howto-read-a-text-file-using-bufferedreader#comments</comments>
		<pubDate>Sat, 10 Jan 2009 21:03:55 +0000</pubDate>
		<dc:creator>Kurt</dc:creator>
				<category><![CDATA[CS 101]]></category>
		<category><![CDATA[Java]]></category>
		<category><![CDATA[Programming]]></category>
		<category><![CDATA[Snippets]]></category>
		<category><![CDATA[Tutorials]]></category>
		<category><![CDATA[BufferedReader]]></category>
		<category><![CDATA[read]]></category>
		<category><![CDATA[text file]]></category>

		<guid isPermaLink="false">http://computercranium.com/?p=270</guid>
		<description><![CDATA[As simple as this may seem to experienced Java programmers, I still see many posts in the Java Forums from beginners asking this very question: How do you read a text file line-by-line using a BufferedReader? Let&#8217;s find out.

Suppose we have a text file called input.txt. This text file contains an arbitrary length of lines [...]]]></description>
		<wfw:commentRss>http://computercranium.com/programming/java/howto-read-a-text-file-using-bufferedreader/feed</wfw:commentRss>
		<slash:comments>8</slash:comments>
		</item>
	</channel>
</rss>
