<?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"
	>
<channel>
	<title>Comments on: Skipping and Seeking; strange Java API discrepancy of the day</title>
	<atom:link href="http://madbean.com/2003/mb2003-11/feed/" rel="self" type="application/rss+xml" />
	<link>http://madbean.com/2003/mb2003-11/</link>
	<description>Your zero step program</description>
	<pubDate>Sat, 22 Nov 2008 08:35:38 +0000</pubDate>
	<generator>http://wordpress.org/?v=2.6.3</generator>
		<item>
		<title>By: Ivan</title>
		<link>http://madbean.com/2003/mb2003-11/#comment-13</link>
		<dc:creator>Ivan</dc:creator>
		<pubDate>Wed, 19 Mar 2003 06:15:50 +0000</pubDate>
		<guid isPermaLink="false">http://madbean.com/blog/2003-11#comment-13</guid>
		<description>&lt;p&gt;Some Windows File API calls use a LARGE&lt;em&gt;INTEGER (http://msdn.microsoft.com/library/default.asp?url=/library/en-us/winprog/winprog/large&lt;/em&gt;integer_str.asp) which is essentially a LONGLONG (Signed 64-bit integer).&lt;/p&gt;

&lt;p&gt;I'm not promising that all calls use it but...&lt;/p&gt;
</description>
		<content:encoded><![CDATA[<p>Some Windows File API calls use a LARGE<em>INTEGER (http://msdn.microsoft.com/library/default.asp?url=/library/en-us/winprog/winprog/large</em>integer_str.asp) which is essentially a LONGLONG (Signed 64-bit integer).</p>
<p>I&#8217;m not promising that all calls use it but&#8230;</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Rich Dougherty</title>
		<link>http://madbean.com/2003/mb2003-11/#comment-12</link>
		<dc:creator>Rich Dougherty</dc:creator>
		<pubDate>Tue, 18 Mar 2003 22:17:17 +0000</pubDate>
		<guid isPermaLink="false">http://madbean.com/blog/2003-11#comment-12</guid>
		<description>&lt;p&gt;Java doesn't support multiple inheritance so RandomAccessFile can't extend both InputStream and OuputStream. DataInput and DataOutput are interfaces, so this is what they have had to use.&lt;/p&gt;
</description>
		<content:encoded><![CDATA[<p>Java doesn&#8217;t support multiple inheritance so RandomAccessFile can&#8217;t extend both InputStream and OuputStream. DataInput and DataOutput are interfaces, so this is what they have had to use.</p>
]]></content:encoded>
	</item>
</channel>
</rss>
