<?xml version="1.0" encoding="utf-8"?>
<rss version="2.0" xml:base="http://www.newlc.com" xmlns:dc="http://purl.org/dc/elements/1.1/">
<channel>
 <title>NewLC - RFile - Comments</title>
 <link>http://www.newlc.com/en/forum/rfile-0</link>
 <description>Comments for &quot;RFile&quot;</description>
 <language>en</language>
<item>
 <title>Re: RFile</title>
 <link>http://www.newlc.com/en/forum/rfile-0#comment-41590</link>
 <description>&lt;p&gt;Thanks man &lt;img src=&quot;/sites/all/modules/smileys/packs/example/smile.png&quot; title=&quot;Smiling&quot; alt=&quot;Smiling&quot; /&gt; &lt;/p&gt;</description>
 <pubDate>Tue, 18 Sep 2007 13:59:51 +0200</pubDate>
 <dc:creator>v_vvinod</dc:creator>
 <guid isPermaLink="false">comment 41590 at http://www.newlc.com</guid>
</item>
<item>
 <title>Re: RFile</title>
 <link>http://www.newlc.com/en/forum/rfile-0#comment-41573</link>
 <description>&lt;p&gt;&lt;span style=&quot;font-weight:bold&quot;&gt;file&lt;/span&gt; is a wrapper on top of of &lt;span style=&quot;font-weight:bold&quot;&gt;RFile&lt;/span&gt; so &lt;span style=&quot;font-weight:bold&quot;&gt;RFile &lt;/span&gt;will always be faster. I can&#039;t explain the 5x improvement however, that seem a lot to me.&lt;/p&gt;</description>
 <pubDate>Tue, 18 Sep 2007 09:50:02 +0200</pubDate>
 <dc:creator>eric</dc:creator>
 <guid isPermaLink="false">comment 41573 at http://www.newlc.com</guid>
</item>
<item>
 <title>RFile</title>
 <link>http://www.newlc.com/en/forum/rfile-0</link>
 <description>&lt;p&gt;Hi Initially i used the following code to read from a file to memory.&lt;/p&gt;

&lt;p&gt;file *fp;&lt;br /&gt;
fp=fopen(filename);&lt;br /&gt;
fp.read(RGB.Base(),src[0]*src[1]*3/2);&lt;/p&gt;

&lt;p&gt;But later i used RFile as follows&lt;/p&gt;

&lt;p&gt;RFile fp;&lt;br /&gt;
file.Open(iFsSession, KFileName1, EFileStream|EFileRead);&lt;br /&gt;
TPtr8 base1(YUV.Base(),length) ; &lt;br /&gt;
file.Read(base1, src[0]*src[1]*3/2);&lt;/p&gt;

&lt;p&gt;&lt;/p&gt;&lt;p&gt;&lt;a href=&quot;http://www.newlc.com/en/forum/rfile-0&quot;&gt;read more&lt;/a&gt;&lt;/p&gt;</description>
 <comments>http://www.newlc.com/en/forum/rfile-0#comments</comments>
 <category domain="http://www.newlc.com/en/forums/symbian-c">Symbian C++</category>
 <pubDate>Tue, 18 Sep 2007 07:59:03 +0200</pubDate>
 <dc:creator>v_vvinod</dc:creator>
 <guid isPermaLink="false">18995 at http://www.newlc.com</guid>
</item>
</channel>
</rss>
