Trying to use StreamReader or similar from C# to read and write VERY LONG lines without the linebreak.
As I understand it, linebreak is still just 2 bytes (CR+LF) in a long bytearray called a file. At least thats how I am used to it in C/C++...
Is this the same for C# and .net or is there some maximum length for lines without a linebreak?