When to use StreamReader.ReadBlock()?

I would like to know of a situation Read(char[],int,int) fails to return all chars requested while ReadBlock() returns all chars as expected (say when StreamReader works with an instance of a FileStream object).

11
задан svick 5 June 2016 в 19:38
поделиться