<?xml version="1.0" encoding="UTF-8"?><?xml-stylesheet type="text/xsl" href="http://www.bytemycode.com/rssformat.xsl"?><rss version="2.0" xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/">
	<channel>
		<title>byteMyCode: Snippet Revisions</title>
		<link>http://www.bytemycode.com</link>
		<description>Revisions for this snippet.</description>
		<pubDate>Sun, 07 Sep 2008 18:31:42 +0000</pubDate>
		<copyright>1998-2008 </copyright>
		<language>en-us</language>
		<image>
		      <link>http://www.bytemycode.com</link>
		      <url>http://www.bytemycode.com/img/rss_title.gif</url>
		      <title>byteMyCode</title>
		</image>

	
	<item>
		<title>Dump a byte buffer as hex 1</title>
		<link>http://www.bytemycode.com/snippets/snippet/89/1/</link>
		<comments>http://www.bytemycode.com/snippets/snippet/89/comments/</comments>
		<pubDate>Fri, 17 Feb 2006 08:54:17 +0000</pubDate>
		<dc:creator>TimYates</dc:creator>
		<category>Java</category>
		<guid isPermaLink="false">http://www.bytemycode.com/snippets/snippet/89/</guid>
		<description>
			<![CDATA[
				<p>More often than not, if your trying to work out what's going wrong with your subclass of InputStream, why the character encoding is getting lost in your database, or your file format reader is failing, you'll need to dump a byte buffer out in a useable form.<br /><br />Here's two methods, one which appends to a StringBuffer, one which simply prints out to System.out<br /><br />Tim.<br /><br />(NB:  The line:   sb.append( "n" ) ; SHOULD have a leading slash ie: sb.append( "\n" ) ; but the formatter seems to remove it...</p>
			]]>
		</description>
	</item>

	
	</channel>
</rss>