<?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: New Delphi keyword needed: broken;</title>
	<atom:link href="http://blog.excastle.com/2004/08/19/new-delphi-keyword-needed-broken/feed/" rel="self" type="application/rss+xml" />
	<link>http://blog.excastle.com/2004/08/19/new-delphi-keyword-needed-broken/</link>
	<description>Life, .NET, and Cats</description>
	<pubDate>Thu, 20 Nov 2008 14:12:06 +0000</pubDate>
	<generator>http://wordpress.org/?v=2.5</generator>
		<item>
		<title>By: Joe White</title>
		<link>http://blog.excastle.com/2004/08/19/new-delphi-keyword-needed-broken/#comment-4199</link>
		<dc:creator>Joe White</dc:creator>
		<pubDate>Mon, 12 Sep 2005 12:04:00 +0000</pubDate>
		<guid isPermaLink="false">http://blog.excastle.com/2004/08/19/new-delphi-keyword-needed-broken/#comment-4199</guid>
		<description>In Delphi for .NET, TStream has multiple overloads of Read, one of which takes an array of Byte. That's the one you need to use to read variable-sized data in .NET. (But then your code won't work in Win32, unless you pepper it with IFDEFs.)
</description>
		<content:encoded><![CDATA[<p>In Delphi for .NET, TStream has multiple overloads of Read, one of which takes an array of Byte. That&#8217;s the one you need to use to read variable-sized data in .NET. (But then your code won&#8217;t work in Win32, unless you pepper it with IFDEFs.)</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: David Jameson</title>
		<link>http://blog.excastle.com/2004/08/19/new-delphi-keyword-needed-broken/#comment-4198</link>
		<dc:creator>David Jameson</dc:creator>
		<pubDate>Fri, 09 Sep 2005 16:16:00 +0000</pubDate>
		<guid isPermaLink="false">http://blog.excastle.com/2004/08/19/new-delphi-keyword-needed-broken/#comment-4198</guid>
		<description>Great proposal - but how does one actually get TFileStream to read more than one byte at a time?
</description>
		<content:encoded><![CDATA[<p>Great proposal - but how does one actually get TFileStream to read more than one byte at a time?</p>
]]></content:encoded>
	</item>
</channel>
</rss>
