FileStream.Read - Available Bytes

  • Thread starter Thread starter Aman JIANG
  • Start date Start date
A

Aman JIANG

Guest
I noticed that the FileStream.Read documentation mentions, the
return value might be less than the number of bytes requested if
that number of bytes are not currently available.

My question is, What circumstances can lead to such a result? Do I
need to use a loop to guarantee that count bytes are read?


Aman

Continue reading...
 
Back
Top