<?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[Idea - part open very big file]]></title><description><![CDATA[<p dir="auto">Idea - part open very big file, example sql dump 20 GB or XML.<br />
Now it’s impossible.<br />
In C# it make code<br />
const int MAXCHAR = 1000;<br />
char[]symbols;<br />
string path = @“E:\Downloads\fias_xml\AS_HOUSE_20170521_ca856fdd-35aa-4528-a362-57e96fa44a39.XML”;//big file 28 GB<br />
BinaryReader breader = new BinaryReader(File.OpenRead(path));<br />
symbols = breader.ReadChars(MAXCHAR);</p>
]]></description><link>https://community.notepad-plus-plus.org/topic/13883/idea-part-open-very-big-file</link><generator>RSS for Node</generator><lastBuildDate>Thu, 18 Jun 2026 01:37:32 GMT</lastBuildDate><atom:link href="https://community.notepad-plus-plus.org/topic/13883.rss" rel="self" type="application/rss+xml"/><pubDate>Sat, 27 May 2017 14:01:05 GMT</pubDate><ttl>60</ttl></channel></rss>