Reading Binary data in C#
C#
2
Posts
2
Posters
0
Views
1
Watching
-
Hi I need to read a file in my PC in chunks,I should be able to read any chunk of file randomly.Is it possible? Please advise me Thanks
-
Hi I need to read a file in my PC in chunks,I should be able to read any chunk of file randomly.Is it possible? Please advise me Thanks
Have a look at
FileStream
class http://msdn2.microsoft.com/en-us/library/system.io.filestream.aspx[^]If the Lord God Almighty had consulted me before embarking upon the Creation, I would have recommended something simpler. -- Alfonso the Wise, 13th Century King of Castile.