<?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: Little Endian Input Stream</title>
	<atom:link href="http://www.peterfranza.com/2008/09/26/little-endian-input-stream/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.peterfranza.com/2008/09/26/little-endian-input-stream/</link>
	<description></description>
	<lastBuildDate>Tue, 20 Jul 2010 15:33:50 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0</generator>
	<item>
		<title>By: Kevin H.</title>
		<link>http://www.peterfranza.com/2008/09/26/little-endian-input-stream/comment-page-1/#comment-1037</link>
		<dc:creator>Kevin H.</dc:creator>
		<pubDate>Fri, 16 Jul 2010 22:45:19 +0000</pubDate>
		<guid isPermaLink="false">http://www.peterfranza.com/?p=208#comment-1037</guid>
		<description>Thank you!  Saved me a good deal of work!</description>
		<content:encoded><![CDATA[<p>Thank you!  Saved me a good deal of work!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Gary S.</title>
		<link>http://www.peterfranza.com/2008/09/26/little-endian-input-stream/comment-page-1/#comment-540</link>
		<dc:creator>Gary S.</dc:creator>
		<pubDate>Thu, 06 Aug 2009 14:59:02 +0000</pubDate>
		<guid isPermaLink="false">http://www.peterfranza.com/?p=208#comment-540</guid>
		<description>Thanks! I&#039;m dealing with a file format that has both big-endian and little-endian entries. So I created a MultiEndianDataInputStream that extends DataInputStream and adds methods like readIntLittleEndian(), readDoubleLittleEndian(), etc. I borrowed bits of your code to save a lot of time. I really appreciate you posting it.</description>
		<content:encoded><![CDATA[<p>Thanks! I&#8217;m dealing with a file format that has both big-endian and little-endian entries. So I created a MultiEndianDataInputStream that extends DataInputStream and adds methods like readIntLittleEndian(), readDoubleLittleEndian(), etc. I borrowed bits of your code to save a lot of time. I really appreciate you posting it.</p>
]]></content:encoded>
	</item>
</channel>
</rss>
