
<?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: Hex &amp; Binary read / write in Java</title>
	<atom:link href="http://www.stratos.me/2008/04/hex-binary-read-write-in-java/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.stratos.me/2008/04/hex-binary-read-write-in-java/</link>
	<description>Just writing what hits my mind!</description>
	<lastBuildDate>Thu, 13 Jan 2011 22:34:15 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3</generator>
	<item>
		<title>By: stratosg</title>
		<link>http://www.stratos.me/2008/04/hex-binary-read-write-in-java/comment-page-1/#comment-4270</link>
		<dc:creator>stratosg</dc:creator>
		<pubDate>Fri, 05 Feb 2010 14:46:15 +0000</pubDate>
		<guid isPermaLink="false">http://stratosector.net/myblog/?p=85#comment-4270</guid>
		<description>Hey there Doug. In order to print hex values from a file, you have to read them in as int and then use the toHexString method from the Integer class (as you see in the code above). Have you done that? If you try and read them as strings or print them out directly as int you probably will get the errors you&#039;re mentioning...</description>
		<content:encoded><![CDATA[<p>Hey there Doug. In order to print hex values from a file, you have to read them in as int and then use the toHexString method from the Integer class (as you see in the code above). Have you done that? If you try and read them as strings or print them out directly as int you probably will get the errors you&#8217;re mentioning&#8230;</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Doug Heisler</title>
		<link>http://www.stratos.me/2008/04/hex-binary-read-write-in-java/comment-page-1/#comment-4233</link>
		<dc:creator>Doug Heisler</dc:creator>
		<pubDate>Thu, 04 Feb 2010 14:27:53 +0000</pubDate>
		<guid isPermaLink="false">http://stratosector.net/myblog/?p=85#comment-4233</guid>
		<description>I should probably add the values show up as random numbers although the following all show up as 3f: 81, 8D, 8F, 90, 9D...interestingly the unicode values indicate those above are &quot;not used&quot;</description>
		<content:encoded><![CDATA[<p>I should probably add the values show up as random numbers although the following all show up as 3f: 81, 8D, 8F, 90, 9D&#8230;interestingly the unicode values indicate those above are &#8220;not used&#8221;</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Doug Heisler</title>
		<link>http://www.stratos.me/2008/04/hex-binary-read-write-in-java/comment-page-1/#comment-4232</link>
		<dc:creator>Doug Heisler</dc:creator>
		<pubDate>Thu, 04 Feb 2010 14:23:05 +0000</pubDate>
		<guid isPermaLink="false">http://stratosector.net/myblog/?p=85#comment-4232</guid>
		<description>I&#039;ve created a file using a hex editor and filled it with values from 00 to ff.  I then read that file in and view my results via the System.out.println, but values 80 through 9f are messed up.  Nothing special about the code, just using a FileReader class with the read() method.

Any help you could provide would be great.  Let me know if you need the code.

Doug</description>
		<content:encoded><![CDATA[<p>I&#8217;ve created a file using a hex editor and filled it with values from 00 to ff.  I then read that file in and view my results via the System.out.println, but values 80 through 9f are messed up.  Nothing special about the code, just using a FileReader class with the read() method.</p>
<p>Any help you could provide would be great.  Let me know if you need the code.</p>
<p>Doug</p>
]]></content:encoded>
	</item>
</channel>
</rss>

