Binary comparison for the Large File with C#

  • Thread starter Thread starter TOI DAY
  • Start date Start date
T

TOI DAY

I have a large file, I want to be to open the first file in a stream,
read a chunk (say 1024 bytes) and stick it in a byte array, open the
second file in a different stream, read a chuck (the same size as
before), compare the two arrays and, if they match, then move to the
next chunk.

Does anyone have any example for this. Please post it
Thanks in advance
 
Hi Kevin,
Can you tell me where I can take a look at windiff source file
Thanks in advance
 
Back
Top