<?xml version="1.0" encoding="UTF-8"?><rss xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:atom="http://www.w3.org/2005/Atom" version="2.0"><channel><title><![CDATA[מימוש Read7BitEncodedInt של C# ב-Dart]]></title><description><![CDATA[<p dir="auto">אני מחפש דרך לממש ב-Dart את הפונקציה BinaryReader.Read7BitEncodedInt שאני מכיר מ-C#.</p>
]]></description><link>https://tchumim.com/topic/17219/מימוש-read7bitencodedint-של-c-ב-dart</link><generator>RSS for Node</generator><lastBuildDate>Sat, 13 Jun 2026 02:56:26 GMT</lastBuildDate><atom:link href="https://tchumim.com/topic/17219.rss" rel="self" type="application/rss+xml"/><pubDate>Sat, 13 Sep 2025 21:08:08 GMT</pubDate><ttl>60</ttl><item><title><![CDATA[Reply to מימוש Read7BitEncodedInt של C# ב-Dart on Sat, 13 Sep 2025 22:36:17 GMT]]></title><description><![CDATA[<p dir="auto">אני לא מכיר את dart, אבל המימוש ה-C# די פשוט, אתה יכול להעתיק אותו לdart<br />
<a href="https://github.com/dotnet/runtime/blob/1d1bf92fcf43aa6981804dc53c5174445069c9e4/src/libraries/System.Private.CoreLib/src/System/IO/BinaryReader.cs#L522C13-L557C32" target="_blank" rel="noopener noreferrer nofollow ugc">https://github.com/dotnet/runtime/blob/1d1bf92fcf43aa6981804dc53c5174445069c9e4/src/libraries/System.Private.CoreLib/src/System/IO/BinaryReader.cs#L522C13-L557C32</a></p>
<p dir="auto">ולגבי המימוש של <code>ReadByte</code> - <a href="https://github.com/dotnet/runtime/blob/1d1bf92fcf43aa6981804dc53c5174445069c9e4/src/libraries/System.Private.CoreLib/src/System/IO/BinaryReader.cs#L187" target="_blank" rel="noopener noreferrer nofollow ugc">https://github.com/dotnet/runtime/blob/1d1bf92fcf43aa6981804dc53c5174445069c9e4/src/libraries/System.Private.CoreLib/src/System/IO/BinaryReader.cs#L187</a></p>
]]></description><link>https://tchumim.com/post/168724</link><guid isPermaLink="true">https://tchumim.com/post/168724</guid><dc:creator><![CDATA[חגי]]></dc:creator><pubDate>Sat, 13 Sep 2025 22:36:17 GMT</pubDate></item></channel></rss>